Skip to content

Commit

Permalink
Merge pull request #2395 from palnabarun/releng/update-k8s-ci/cloud-b…
Browse files Browse the repository at this point in the history
…uilder-1.16

k8s-cloud-builder/k8s-ci-builder: build using Go 1.16.13
  • Loading branch information
k8s-ci-robot authored Jan 28, 2022
2 parents f720664 + a5d1fd3 commit 50f63a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.22, 1.21)"
version: 1.16.12
version: 1.16.13
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down
4 changes: 2 additions & 2 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variants:
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.6-bullseye.0'
v1.22-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.22.0-go1.16.12-buster.0'
KUBE_CROSS_VERSION: 'v1.22.0-go1.16.13-buster.0'
v1.21-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.21.0-go1.16.12-buster.0'
KUBE_CROSS_VERSION: 'v1.21.0-go1.16.13-buster.0'
4 changes: 2 additions & 2 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ variants:
OS_CODENAME: 'bullseye'
'1.22':
CONFIG: '1.22'
GO_VERSION: '1.16.12'
GO_VERSION: '1.16.13'
OS_CODENAME: 'buster'
'1.21':
CONFIG: '1.21'
GO_VERSION: '1.16.12'
GO_VERSION: '1.16.13'
OS_CODENAME: 'buster'
'1.20':
CONFIG: '1.20'
Expand Down

0 comments on commit 50f63a5

Please sign in to comment.