Skip to content

Commit

Permalink
Update cloudbuild image with go 1.21+
Browse files Browse the repository at this point in the history
This is required for the GOTOOLCHAIN env to be effective.

Fixes: 6b05f0f
  • Loading branch information
huww98 committed Dec 12, 2024
1 parent 406a79a commit 0ae5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
# The image must contain bash and curl. Ideally it should also contain
# the desired version of Go (currently defined in release-tools/prow.sh),
# but that just speeds up the build and is not required.
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20230623-56e06d7c18'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36'
entrypoint: ./.cloudbuild.sh
env:
- GIT_TAG=${_GIT_TAG}
Expand Down

0 comments on commit 0ae5e52

Please sign in to comment.