Skip to content

Commit 4180bf5

Browse files
authored
Merge pull request #17396 from rifelpet/132-go-1.23.9
[release-1.32] Upgrade to Go 1.23.9
2 parents bb93257 + d2e20f5 commit 4180bf5

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.5-bookworm'
8+
- name: 'docker.io/library/golang:1.23.9-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.5-bookworm'
24+
- name: 'docker.io/library/golang:1.23.9-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.5-bookworm'
39+
- name: 'docker.io/library/golang:1.23.9-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.5
4+
go 1.23.9
55

66
require (
77
cloud.google.com/go/compute/metadata v0.5.2

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.5
3+
go 1.23.9
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.5
3+
go 1.23.9
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.5
3+
go 1.23.9
44

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

0 commit comments

Comments
 (0)