diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-25 17:53:11 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-25 17:53:11 +0200 |
commit | 828a885a7140e1fe23a684e4a8126cfd978ca0c8 (patch) | |
tree | c79a5f323682c109a563c4f084ae73019a8298f6 /README.md | |
parent | f1f626090e3b30d502ed1baae6b1d86853571a5b (diff) |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |