Skip to content

Commit c9674a9

Browse files
committed
api: bump go to v1.23
One of the latest dep updates i.e. golang.org/x/net v0.36.0 requires go v1.23.0.
1 parent af706a8 commit c9674a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/nfd/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module sigs.k8s.io/node-feature-discovery/api/nfd
22

3-
go 1.22.2
4-
toolchain go1.23.7
3+
go 1.23.0
54

65
require (
76
github.com/stretchr/testify v1.8.4

0 commit comments

Comments
 (0)