Skip to content

Commit

Permalink
Merge pull request #34033 from mainred/bump-build-image-golang-to-123
Browse files Browse the repository at this point in the history
chore: bump golang to 1.23 for build image
  • Loading branch information
k8s-ci-robot authored Dec 24, 2024
2 parents 9023057 + 21c4023 commit fe22c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
dir: images/builder
substitutions:
_GIT_TAG: '12345'
_GO_VERSION: '1.22'
_GO_VERSION: '1.23'
images:
- 'gcr.io/$PROJECT_ID/image-builder:$_GIT_TAG'
- 'gcr.io/$PROJECT_ID/image-builder:latest'

0 comments on commit fe22c54

Please sign in to comment.