Skip to content

Commit

Permalink
Merge pull request #1073 from kubernetes-sigs/fixup/cloudbuild-go1.23
Browse files Browse the repository at this point in the history
Bump cloudbuild image to go1.23
  • Loading branch information
k8s-ci-robot authored Oct 17, 2024
2 parents c7750ab + 4472e5c commit 9bef11d
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 @@ -21,7 +21,7 @@ steps:
echo "Checking out ${_PULL_BASE_REF}"
git checkout ${_PULL_BASE_REF}
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm'
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.23-bookworm'
dir: "go/src/sigs.k8s.io/zeitgeist"
entrypoint: make
env:
Expand Down

0 comments on commit 9bef11d

Please sign in to comment.