]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
go.mod: bump to Go 1.20
authorJordan Whited <jordan@tailscale.com>
Thu, 16 Mar 2023 22:40:04 +0000 (15:40 -0700)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 17 Mar 2023 14:18:04 +0000 (15:18 +0100)
Reviewed-by: Maisem Ali <maisem@tailscale.com>
Signed-off-by: Jordan Whited <jordan@tailscale.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
README.md
go.mod

index 9dea3ddb9e866b7e6b72f42c9b7ac603455e9fd1..074f7eccd075f49ac052ce10b7ea613aab83f45c 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.18.
+This requires an installation of the latest version of [Go](https://go.dev/).
 
 ```
 $ git clone https://git.zx2c4.com/wireguard-go
diff --git a/go.mod b/go.mod
index 60c806dee16b0b614f4f4ab8f5cddf494011366c..c04e1bb61daf216ce1c0de455a3ff0f5b3c5a9d8 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module golang.zx2c4.com/wireguard
 
-go 1.19
+go 1.20
 
 require (
        golang.org/x/crypto v0.6.0