Skip to content

Commit

Permalink
Merge pull request #965 from wangzhen127/golang
Browse files Browse the repository at this point in the history
Update golang to 1.23.1 in go.mod
  • Loading branch information
k8s-ci-robot authored Oct 2, 2024
2 parents f1c1759 + 8f5c2e1 commit d83e1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
@@ -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 => ../.

Expand Down

0 comments on commit d83e1bc

Please sign in to comment.