go.mod: bump to Go 1.20

Reviewed-by: Maisem Ali <[email protected]>
Signed-off-by: Jordan Whited <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
This commit is contained in:
Jordan Whited
2023-03-17 15:18:04 +01:00
committed by Jason A. Donenfeld
parent 07a1e55270
commit 7f511c3bb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module golang.zx2c4.com/wireguard
go 1.19
go 1.20
require (
golang.org/x/crypto v0.6.0