aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Whited <jordan@tailscale.com>2023-03-16 15:40:04 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-17 15:18:04 +0100
commit7f511c3bb16dac4b881c4d450b61e6b2efdacc70 (patch)
treee822488b582ee5b409b14d0efa8b18dccf67170e /README.md
parent07a1e55270bd34ee526ad328d597fa01a8e17619 (diff)
downloadwireguard-go-7f511c3bb16dac4b881c4d450b61e6b2efdacc70.tar.gz
wireguard-go-7f511c3bb16dac4b881c4d450b61e6b2efdacc70.zip
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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9dea3dd..074f7ec 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.18.
+This requires an installation of the latest version of [Go](https://go.dev/).
```
$ git clone https://git.zx2c4.com/wireguard-go