Skip to content

Commit

Permalink
Merge pull request #16649 from justinsb/codebot-update-golang-version…
Browse files Browse the repository at this point in the history
…-go1.22.5

chore: update golang to 1.22.5
  • Loading branch information
k8s-ci-robot committed Jul 4, 2024
2 parents 5726aa2 + ace6669 commit 932953c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/kops

go 1.22.4
go 1.22.5

require (
cloud.google.com/go/compute/metadata v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion hack/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/hack

go 1.22.4
go 1.22.5

require (
github.com/client9/misspell v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/tests/e2e

go 1.22.4
go 1.22.5

replace k8s.io/kops => ../../.

Expand Down
2 changes: 1 addition & 1 deletion tools/otel/traceserver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/tools/otel/traceserver

go 1.22.4
go 1.22.5

require (
go.opentelemetry.io/proto/otlp v1.3.1
Expand Down

0 comments on commit 932953c

Please sign in to comment.