Skip to content

Commit

Permalink
[go1.16] releng-ci: Build v0.5.0 image
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Mar 9, 2021
1 parent 85babe8 commit 9924214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies:

# Golang images
- name: "gcr.io/k8s-staging-releng/releng-ci"
version: v0.4.0
version: v0.5.0
refPaths:
- path: images/releng/ci/cloudbuild.yaml
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Expand Down
4 changes: 2 additions & 2 deletions images/releng/ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ substitutions:
# vYYYYMMDD-hash, and can be used as a substitution
_GIT_TAG: '12345'
_PULL_BASE_REF: 'dev'
_IMAGE_VERSION: 'v0.4.0'
_GO_VERSION: '1.16'
_IMAGE_VERSION: 'v0.5.0'
_GO_VERSION: '1.16.1'
images:
- 'gcr.io/$PROJECT_ID/releng-ci:${_GIT_TAG}'
- 'gcr.io/$PROJECT_ID/releng-ci:${_IMAGE_VERSION}'
Expand Down

0 comments on commit 9924214

Please sign in to comment.