Skip to content

Commit aceacb0

Browse files
authored
Merge pull request #16653 from justinsb/automated-cherry-pick-of-#16649-upstream-release-1.29
Automated cherry pick of #16649: chore: update golang to 1.22.5
2 parents dd30b45 + 68edbdc commit aceacb0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

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

3-
go 1.22.4
3+
go 1.22.5
44

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

hack/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/hack
22

3-
go 1.22.4
3+
go 1.22.5
44

55
require (
66
github.com/client9/misspell v0.3.4

tests/e2e/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tests/e2e
22

3-
go 1.22.4
3+
go 1.22.5
44

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

tools/otel/traceserver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tools/otel/traceserver
22

3-
go 1.22.4
3+
go 1.22.5
44

55
require (
66
go.opentelemetry.io/proto/otlp v1.2.0

0 commit comments

Comments
 (0)