Skip to content

Commit d83e1bc

Browse files
authored
Merge pull request #965 from wangzhen127/golang
Update golang to 1.23.1 in go.mod
2 parents f1c1759 + 8f5c2e1 commit d83e1bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/node-problem-detector
22

3-
go 1.22.3
3+
go 1.23.1
44

55
require (
66
cloud.google.com/go/compute/metadata v0.5.0

Diff for: test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/node-problem-detector/test
22

3-
go 1.22.3
3+
go 1.23.1
44

55
replace k8s.io/node-problem-detector => ../.
66

0 commit comments

Comments
 (0)