Skip to content

Commit 5f5cc3c

Browse files
chore: bump gcb-docker-gcloud
Since #800 upgraded the project to Go 1.25.0 and addressed a Go toolchain bug, we need to ensure that our build environment also provides Go 1.25.x or newer. gcb-docker-gcloud:v20251110-7ccd542560 ships with go 1.25.4 Signed-off-by: Bruno Schaatsbergen <[email protected]>
1 parent b869a81 commit 5f5cc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ci/builds/push-images/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ options:
33
substitution_option: ALLOW_LOOSE
44
machineType: E2_HIGHCPU_32
55
steps:
6-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
6+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20251110-7ccd542560
77
entrypoint: dev/tasks/push-images
88
env:
99
- IMAGE_PREFIX=us-central1-docker.pkg.dev/k8s-staging-images/kro/

0 commit comments

Comments
 (0)