Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang: Build 1.18rc1 images #2433

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies:

# Golang (next candidate)
- name: "golang (next candidate)"
version: 1.18beta2
version: 1.18rc1
refPaths:
- path: images/build/cross/variants.yaml
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
Expand All @@ -207,7 +207,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/go-runner (next candidate)"
version: v2.3.1-go1.18beta2-bullseye.0
version: v2.3.1-go1.18rc1-bullseye.0
refPaths:
- path: images/build/go-runner/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 All @@ -219,7 +219,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (next candidate)"
version: v1.24.0-go1.18beta2-bullseye.0
version: v1.24.0-go1.18rc1-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
4 changes: 2 additions & 2 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variants:
v1.24-go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.24.0-go1.18beta2-bullseye.0'
IMAGE_VERSION: 'v1.24.0-go1.18rc1-bullseye.0'
KUBERNETES_VERSION: 'v1.24.0'
GO_VERSION: '1.18beta2'
GO_VERSION: '1.18rc1'
GO_MAJOR_VERSION: '1.18'
OS_CODENAME: 'bullseye'
REVISION: '0'
Expand Down
4 changes: 2 additions & 2 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.18beta2-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.18rc1-bullseye.0'
GO_MAJOR_VERSION: '1.18'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.18beta2'
GO_VERSION: '1.18rc1'
DISTROLESS_IMAGE: 'static-debian11'
go1.17-bullseye:
CONFIG: 'go1.17-bullseye'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
go1.18-bullseye:
CONFIG: 'go1.18-bullseye'
GO_VERSION: '1.18beta2'
GO_VERSION: '1.18rc1'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.17-bullseye:
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.18beta2'
GO_VERSION: '1.18rc1'
OS_CODENAME: 'bullseye'
'1.24':
CONFIG: '1.24'
GO_VERSION: '1.18beta2'
GO_VERSION: '1.18rc1'
OS_CODENAME: 'bullseye'
'1.23':
CONFIG: '1.23'
Expand Down