diff options
author | Jordan Whited <jordan@tailscale.com> | 2023-03-16 15:40:04 -0700 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-17 15:18:04 +0100 |
commit | 7f511c3bb16dac4b881c4d450b61e6b2efdacc70 (patch) | |
tree | e822488b582ee5b409b14d0efa8b18dccf67170e /README.md | |
parent | 07a1e55270bd34ee526ad328d597fa01a8e17619 (diff) |
go.mod: bump to Go 1.20
Reviewed-by: Maisem Ali <maisem@tailscale.com>
Signed-off-by: Jordan Whited <jordan@tailscale.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.18. +This requires an installation of the latest version of [Go](https://go.dev/). ``` $ git clone https://git.zx2c4.com/wireguard-go |