Skip to content

Commit

Permalink
Merge pull request #2832 from liggitt/1.23-ci
Browse files Browse the repository at this point in the history
Update 1.23 ci and builders to go1.19.4
  • Loading branch information
k8s-ci-robot authored Dec 21, 2022
2 parents 7283341 + 564625e commit ae143a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ dependencies:

# Golang (previous release branches: 1.23)
- name: "golang (previous release branches: 1.23)"
version: 1.17.13
version: 1.19.4
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -269,7 +269,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.23)"
version: 1.17.13
version: 1.19.4
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -312,7 +312,7 @@ dependencies:
match: "IMAGE_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "k8s.gcr.io/build-image/kube-cross (previous release branches: 1.23)"
version: v1.23.0-go1.17.13-bullseye.0
version: v1.23.0-go1.19.4-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_VERSION: '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
3 changes: 3 additions & 0 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ variants:
v1.24-cross1.18-bullseye:
CONFIG: 'cross1.18'
KUBE_CROSS_VERSION: 'v1.24.0-go1.18.9-bullseye.0'
v1.23-cross1.19-bullseye:
CONFIG: 'cross1.19'
KUBE_CROSS_VERSION: 'v1.23.0-go1.19.4-bullseye.0'
v1.23-cross1.17-bullseye:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.13-bullseye.0'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ variants:
OS_CODENAME: 'bullseye'
'1.23':
CONFIG: '1.23'
GO_VERSION: '1.17.13'
GO_VERSION: '1.19.4'
OS_CODENAME: 'bullseye'

0 comments on commit ae143a6

Please sign in to comment.