Skip to content

Commit

Permalink
Use a consistent version of Golang in all cloud build configurations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Jul 29, 2024
1 parent f636c54 commit b79e1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_submit/cloudbuild_auto_submit_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
unverified_provenance.json
# Verify provenance is valid before proceeding with deployment.
- name: 'golang:1.20'
- name: 'golang:1.21.12-bookworm'
entrypoint: '/bin/bash'
args:
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion triage_bot/cloudbuild_triage_bot_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
unverified_provenance.json
# Verify provenance is valid before proceeding with deployment.
- name: 'golang:1.20'
- name: 'golang:1.21.12-bookworm'
entrypoint: '/bin/bash'
args:
- '-c'
Expand Down

0 comments on commit b79e1d5

Please sign in to comment.