Skip to content

Commit 3635574

Browse files
authored
Merge pull request #88 from cpanato/update-build-image
update build image to use latest go
2 parents dcaf425 + 9839843 commit 3635574

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
@@ -19,7 +19,7 @@ steps:
1919
echo "Checking out ${_PULL_BASE_REF}"
2020
git checkout ${_PULL_BASE_REF}
2121
22-
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.17'
22+
- name: 'gcr.io/k8s-staging-releng/releng-ci:latest-go1.17-bullseye'
2323
dir: "go/src/sigs.k8s.io/bom"
2424
entrypoint: go
2525
env:

0 commit comments

Comments
 (0)