From c9674a9cecb0230442d8b986d865051189fca567 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 27 Mar 2025 16:00:29 +0200 Subject: [PATCH] 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. --- api/nfd/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/nfd/go.mod b/api/nfd/go.mod index cf24a9355..6738b93ce 100644 --- a/api/nfd/go.mod +++ b/api/nfd/go.mod @@ -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