Skip to content

Commit

Permalink
Merge pull request #3190 from ameukam/golang121rc4
Browse files Browse the repository at this point in the history
golang: build 1.21rc4 images
  • Loading branch information
k8s-ci-robot committed Aug 4, 2023
2 parents 51eeef1 + 3f66de4 commit 559e1e9
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 @@ -150,7 +150,7 @@ dependencies:

# go-runner
- name: "registry.k8s.io/build-image/go-runner (go1.21-bullseye)"
version: v2.3.1-go1.21rc3-bullseye.0
version: v2.3.1-go1.21rc4-bullseye.0
refPaths:
- path: images/build/go-runner/variants.yaml
match: 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 Expand Up @@ -187,7 +187,7 @@ dependencies:

# kube-cross
- name: "registry.k8s.io/build-image/kube-cross (v1.28-go1.21)"
version: v1.28.0-go1.21rc3-bookworm.0
version: v1.28.0-go1.21rc4-bookworm.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 Expand Up @@ -318,7 +318,7 @@ dependencies:

# Golang (next candidate)
- name: "golang (next candidate)"
version: 1.21rc3
version: 1.21rc4
refPaths:
- path: images/build/cross/variants.yaml
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
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.28-go1.21-bookworm:
CONFIG: 'go1.21-bookworm'
TYPE: 'default'
IMAGE_VERSION: 'v1.28.0-go1.21rc3-bookworm.0'
IMAGE_VERSION: 'v1.28.0-go1.21rc4-bookworm.0'
KUBERNETES_VERSION: 'v1.28.0'
GO_VERSION: '1.21rc3'
GO_VERSION: '1.21rc4'
GO_MAJOR_VERSION: '1.21'
OS_CODENAME: 'bookworm'
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.21-bullseye:
CONFIG: 'go1.21-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.21rc3-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.21rc4-bullseye.0'
GO_MAJOR_VERSION: '1.21'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.21rc3'
GO_VERSION: '1.21rc4'
DISTROLESS_IMAGE: 'static-debian11'
go1.20-bullseye:
CONFIG: 'go1.20-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.21-bookworm:
CONFIG: 'go1.21-bookworm'
GO_VERSION: '1.21rc3'
GO_VERSION: '1.21rc4'
OS_CODENAME: 'bookworm'
REVISION: '0'
go1.20-bookworm:
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.21rc3'
GO_VERSION: '1.21rc4'
OS_CODENAME: 'bookworm'
'1.28':
CONFIG: '1.28'
GO_VERSION: '1.21rc3'
GO_VERSION: '1.21rc4'
OS_CODENAME: 'bookworm'
'1.27':
CONFIG: '1.27'
Expand Down

0 comments on commit 559e1e9

Please sign in to comment.