go.mod: bump language version to go1.23

Our dependencies like golang.org/x/net use go1.23 (the oldest still-supported
version, latest is go1.24), so it is time for us to upgrade, too.
This commit is contained in:
Michael Stapelberg 2025-03-13 09:41:52 +01:00
parent 4eb1370754
commit 3163cd89a9
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/google/nftables
go 1.21
go 1.23
require (
github.com/google/go-cmp v0.6.0