Update golang to 1.23.1 in go.mod

This commit is contained in:
Zhen Wang
2024-10-01 21:11:50 -07:00
parent f1c1759ca0
commit 8f5c2e14fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module k8s.io/node-problem-detector
go 1.22.3
go 1.23.1
require (
cloud.google.com/go/compute/metadata v0.5.0
+1 -1
View File
@@ -1,6 +1,6 @@
module k8s.io/node-problem-detector/test
go 1.22.3
go 1.23.1
replace k8s.io/node-problem-detector => ../.