Skip to content

Commit 4472e5c

Browse files
committed
Bump cloudbuild image to go1.23
To match the switch to go 1.23 in #1048
1 parent c7750ab commit 4472e5c

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)