-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update k8s-cloud-builder and k8s-ci-builder to Go 1.23.4/1.22.10
Signed-off-by: cpanato <ctadeu@gmail.com>
- Loading branch information
Showing
4 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
variants: | ||
v1.33-cross1.23-bullseye: | ||
CONFIG: 'cross1.23' | ||
KUBE_CROSS_VERSION: 'v1.33.0-go1.23.4-bullseye.0' | ||
v1.32-cross1.23-bullseye: | ||
CONFIG: 'cross1.23' | ||
KUBE_CROSS_VERSION: 'v1.32.0-go1.23.3-bullseye.0' | ||
KUBE_CROSS_VERSION: 'v1.32.0-go1.23.4-bullseye.0' | ||
v1.31-cross1.23-bullseye: | ||
CONFIG: 'cross1.23' | ||
KUBE_CROSS_VERSION: 'v1.31.0-go1.23.2-bullseye.0' | ||
KUBE_CROSS_VERSION: 'v1.31.0-go1.23.4-bullseye.0' | ||
# TODO: remove this after upgrade to Go 1.23 is finalized and there's on risk of reverting | ||
v1.31-cross1.22-bullseye: | ||
CONFIG: 'cross1.22' | ||
KUBE_CROSS_VERSION: 'v1.31.0-go1.22.9-bullseye.0' | ||
KUBE_CROSS_VERSION: 'v1.31.0-go1.22.10-bullseye.0' | ||
v1.30-cross1.22-bullseye: | ||
CONFIG: 'cross1.22' | ||
KUBE_CROSS_VERSION: 'v1.30.0-go1.22.9-bullseye.0' | ||
KUBE_CROSS_VERSION: 'v1.30.0-go1.22.10-bullseye.0' | ||
v1.29-cross1.22-bullseye: | ||
CONFIG: 'cross1.21' | ||
KUBE_CROSS_VERSION: 'v1.29.0-go1.22.9-bullseye.0' | ||
KUBE_CROSS_VERSION: 'v1.29.0-go1.22.10-bullseye.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
variants: | ||
default: | ||
CONFIG: default | ||
GO_VERSION: '1.22.9' | ||
GO_VERSION: '1.22.10' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' | ||
next: | ||
CONFIG: next | ||
GO_VERSION: '1.23.3' | ||
GO_VERSION: '1.23.4' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bookworm' | ||
'1.33': | ||
CONFIG: '1.33' | ||
GO_VERSION: '1.23.4' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' | ||
'1.32': | ||
CONFIG: '1.32' | ||
GO_VERSION: '1.23.3' | ||
GO_VERSION: '1.23.4' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' | ||
'1.31': | ||
CONFIG: '1.31' | ||
GO_VERSION: '1.22.9' | ||
GO_VERSION: '1.22.10' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' | ||
'1.30': | ||
CONFIG: '1.30' | ||
GO_VERSION: '1.22.9' | ||
GO_VERSION: '1.22.10' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' | ||
'1.29': | ||
CONFIG: '1.29' | ||
GO_VERSION: '1.22.9' | ||
GO_VERSION: '1.22.10' | ||
GO_VERSION_TOOLING: '1.23.4' | ||
OS_CODENAME: 'bullseye' |