summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2021-02-18 14:42:04 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-22 15:26:29 +0100
commitfecb8f482ad8bc4d56fa6202fe15d2a221d0dbe5 (patch)
treec2b83574be1a141270299ca253617713372fe8e4
parentglobal: stop using ioutil (diff)
downloadwireguard-go-fecb8f482ad8bc4d56fa6202fe15d2a221d0dbe5.tar.xz
wireguard-go-fecb8f482ad8bc4d56fa6202fe15d2a221d0dbe5.zip
README: bump document Go requirement to 1.16
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cd49e5..9e01081 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.13.
+This requires an installation of [go](https://golang.org) ≥ 1.16.
```
$ git clone https://git.zx2c4.com/wireguard-go