Skip to content

Commit 9bef11d

Browse files
authored
Merge pull request #1073 from kubernetes-sigs/fixup/cloudbuild-go1.23
Bump cloudbuild image to go1.23
2 parents c7750ab + 4472e5c commit 9bef11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
echo "Checking out ${_PULL_BASE_REF}"
2222
git checkout ${_PULL_BASE_REF}
2323
24-
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm'
24+
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.23-bookworm'
2525
dir: "go/src/sigs.k8s.io/zeitgeist"
2626
entrypoint: make
2727
env:

0 commit comments

Comments
 (0)