aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-25 17:53:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-25 17:53:11 +0200
commit828a885a7140e1fe23a684e4a8126cfd978ca0c8 (patch)
treec79a5f323682c109a563c4f084ae73019a8298f6 /README.md
parenttun/netstack: update gvisor (diff)
downloadwireguard-go-828a885a7140e1fe23a684e4a8126cfd978ca0c8.tar.xz
wireguard-go-828a885a7140e1fe23a684e4a8126cfd978ca0c8.zip
README: raise minimum Go to 1.17
Suggested-by: Adam Bliss <abliss@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e01081..8d19556 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp
## Building
-This requires an installation of [go](https://golang.org) ≥ 1.16.
+This requires an installation of [go](https://golang.org) ≥ 1.17.
```
$ git clone https://git.zx2c4.com/wireguard-go