Skip to content

Commit

Permalink
Switch from golang 1.22rc2 to 1.22 final
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Feb 9, 2024
1 parent e643549 commit e38388f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.30-cross1.22)"
version: v1.30.0-go1.22rc2-bullseye.0
version: v1.30.0-go1.22-bullseye.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: "KUBE_CROSS_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
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
v1.30-cross1.22-bullseye:
CONFIG: 'cross1.22'
KUBE_CROSS_VERSION: 'v1.30.0-go1.22rc2-bullseye.0'
KUBE_CROSS_VERSION: 'v1.30.0-go1.22-bullseye.0'
v1.30-cross1.21-bullseye:
CONFIG: 'cross1.21'
KUBE_CROSS_VERSION: 'v1.30.0-go1.21.6-bullseye.0'
Expand Down
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 @@ -5,11 +5,11 @@ variants:
OS_CODENAME: 'bullseye'
next:
CONFIG: next
GO_VERSION: '1.22rc2'
GO_VERSION: '1.22.0'
OS_CODENAME: 'bookworm'
'1.30':
CONFIG: '1.30'
GO_VERSION: '1.22rc2'
GO_VERSION: '1.22.0'
OS_CODENAME: 'bullseye'
'1.29':
CONFIG: '1.29'
Expand Down

0 comments on commit e38388f

Please sign in to comment.