Skip to content

Commit 7f511c3

Browse files
jwhitedzx2c4
authored andcommitted
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]>
1 parent 07a1e55 commit 7f511c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp
4646

4747
## Building
4848

49-
This requires an installation of [go](https://golang.org) ≥ 1.18.
49+
This requires an installation of the latest version of [Go](https://go.dev/).
5050

5151
```
5252
$ git clone https://git.zx2c4.com/wireguard-go

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.zx2c4.com/wireguard
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
golang.org/x/crypto v0.6.0

0 commit comments

Comments
 (0)