Skip to content

Commit

Permalink
golang: Build 1.19rc1 images
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jul 7, 2022
1 parent 06cb250 commit afe802a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.19beta1
version: 1.19rc1
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.19beta1-bullseye.0
version: v2.3.1-go1.19rc1-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.25.0-go1.19beta1-bullseye.0
version: v1.25.0-go1.19rc1-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.25-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.25.0-go1.19beta1-bullseye.0'
IMAGE_VERSION: 'v1.25.0-go1.19rc1-bullseye.0'
KUBERNETES_VERSION: 'v1.25.0'
GO_VERSION: '1.19beta1'
GO_VERSION: '1.19rc1'
GO_MAJOR_VERSION: '1.19'
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.19-bullseye:
CONFIG: 'go1.19-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.19beta1-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.19rc1-bullseye.0'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.19beta1'
GO_VERSION: '1.19rc1'
DISTROLESS_IMAGE: 'static-debian11'
go1.18-bullseye:
CONFIG: 'go1.18-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.19-bullseye:
CONFIG: 'go1.19-bullseye'
GO_VERSION: '1.19beta1'
GO_VERSION: '1.19rc1'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.18-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.19beta1'
GO_VERSION: '1.19rc1'
OS_CODENAME: 'bullseye'
'1.25':
CONFIG: '1.25'
GO_VERSION: '1.19beta1'
GO_VERSION: '1.19rc1'
OS_CODENAME: 'bullseye'
'1.24':
CONFIG: '1.24'
Expand Down

0 comments on commit afe802a

Please sign in to comment.