We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a1e55 commit 7f511c3Copy full SHA for 7f511c3
README.md
@@ -46,7 +46,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp
46
47
## Building
48
49
-This requires an installation of [go](https://golang.org) ≥ 1.18.
+This requires an installation of the latest version of [Go](https://go.dev/).
50
51
```
52
$ git clone https://git.zx2c4.com/wireguard-go
go.mod
@@ -1,6 +1,6 @@
1
module golang.zx2c4.com/wireguard
2
3
-go 1.19
+go 1.20
4
5
require (
6
golang.org/x/crypto v0.6.0
0 commit comments