Skip to content

Commit

Permalink
Merge pull request #2200 from cpanato/cloud-builder-go115
Browse files Browse the repository at this point in the history
k8s-cloud-builder/k8s-ci-builder: Build image using go1.15.15
  • Loading branch information
k8s-ci-robot committed Aug 8, 2021
2 parents fd8145c + 0f37977 commit 82b23b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (for previous release branches)"
version: 1.15.14
version: 1.15.15
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -261,7 +261,7 @@ dependencies:
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents (for previous release branches)"
version: v1.15.14-1
version: v1.15.15-1
refPaths:
- path: images/k8s-cloud-builder/variants.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-]+)*))?)-\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 @@ -7,7 +7,7 @@ variants:
KUBE_CROSS_VERSION: 'v1.16.7-1'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.14-1'
KUBE_CROSS_VERSION: 'v1.15.15-1'
cross1.15-legacy:
CONFIG: 'cross1.15-legacy'
KUBE_CROSS_VERSION: 'v1.15.14-legacy-1'
KUBE_CROSS_VERSION: 'v1.15.15-legacy-1'
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 @@ -21,11 +21,11 @@ variants:
OLD_BAZEL_VERSION: '2.2.0'
'1.20':
CONFIG: '1.20'
GO_VERSION: '1.15.14'
GO_VERSION: '1.15.15'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.19':
CONFIG: '1.19'
GO_VERSION: '1.15.14'
GO_VERSION: '1.15.15'
BAZEL_VERSION: '2.2.0'
OLD_BAZEL_VERSION: '0.23.2'

0 comments on commit 82b23b9

Please sign in to comment.