Skip to content

Commit e76b19b

Browse files
authored
Merge pull request #17219 from hakman/automated-cherry-pick-of-#17217-upstream-release-1.30
Automated cherry pick of #17217: Update Go to v1.23.5
2 parents 285e29b + 9966fed commit e76b19b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cloudbuild.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
machineType: 'N1_HIGHCPU_32'
66
steps:
77
# Push the images
8-
- name: 'docker.io/library/golang:1.23.4-bookworm'
8+
- name: 'docker.io/library/golang:1.23.5-bookworm'
99
id: images
1010
entrypoint: make
1111
env:
@@ -21,7 +21,7 @@ steps:
2121
- dns-controller-push
2222
- kube-apiserver-healthcheck-push
2323
# Push the artifacts
24-
- name: 'docker.io/library/golang:1.23.4-bookworm'
24+
- name: 'docker.io/library/golang:1.23.5-bookworm'
2525
id: artifacts
2626
entrypoint: make
2727
env:
@@ -36,7 +36,7 @@ steps:
3636
args:
3737
- gcs-upload-and-tag
3838
# Build cloudbuild artifacts (for attestation)
39-
- name: 'docker.io/library/golang:1.23.4-bookworm'
39+
- name: 'docker.io/library/golang:1.23.5-bookworm'
4040
id: cloudbuild-artifacts
4141
entrypoint: make
4242
env:

go.mod

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

33
// This should be kept in sync with cloudbuild.yaml and the other go.mod files
4-
go 1.23.4
4+
go 1.23.5
55

66
require (
77
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.23.4
3+
go 1.23.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.23.4
3+
go 1.23.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.23.4
3+
go 1.23.5
44

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

0 commit comments

Comments
 (0)