1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

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.
This commit is contained in:
Markus Lehtonen 2025-03-27 16:00:29 +02:00
parent af706a819e
commit c9674a9cec

View file

@ -1,7 +1,6 @@
module sigs.k8s.io/node-feature-discovery/api/nfd
go 1.22.2
toolchain go1.23.7
go 1.23.0
require (
github.com/stretchr/testify v1.8.4