Skip to content

Commit 49c75ac

Browse files
authored
Merge pull request #5428 from damdo/bump-cloudbuild-gcb-image-go-1.23
🌱 cloudbuild: bump gcb image to get go 1.23
2 parents 29ef6c7 + 468aa37 commit 49c75ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cloudbuild-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240210-29014a6e3a'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:4e830b673791d5595719bc6c4ca62dce3746b4e20d749e45004254bc6ef0a140' # v20250116-2a05ea7e3d go 1.23.4
77
entrypoint: make
88
env:
99
- DOCKER_CLI_EXPERIMENTAL=enabled

Diff for: cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240210-29014a6e3a'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:4e830b673791d5595719bc6c4ca62dce3746b4e20d749e45004254bc6ef0a140' # v20250116-2a05ea7e3d go 1.23.4
77
entrypoint: make
88
env:
99
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)