]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
README: specify go 1.13
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 08:08:52 +0000 (02:08 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 08:08:52 +0000 (02:08 -0600)
Due to the use of the new errors module, we now require at least 1.13
instead of 1.12.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
README.md

index 3b5cd3103fa4b3d1b27c5390af123b2ab3cfec18..3c8507e7b2870a3db54c5dcc67044aaece6ce4a8 100644 (file)
--- 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.12.
+This requires an installation of [go](https://golang.org) ≥ 1.13.
 
 ```
 $ git clone https://git.zx2c4.com/wireguard-go