diff options
author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2021-02-18 14:42:04 -0800 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-02-22 15:26:29 +0100 |
commit | fecb8f482ad8bc4d56fa6202fe15d2a221d0dbe5 (patch) | |
tree | c2b83574be1a141270299ca253617713372fe8e4 /README.md | |
parent | 8bf4204d2ea388e662bd58950c2f4a61b8f92b01 (diff) |
README: bump document Go requirement to 1.16
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.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.13. +This requires an installation of [go](https://golang.org) ≥ 1.16. ``` $ git clone https://git.zx2c4.com/wireguard-go |