Skip to content

Commit 50294d4

Browse files
authored
Merge pull request #3904 from cpanato/build-go124rc2
golang: Build 1.24rc2 images
2 parents 9c7e70c + 5aa24ba commit 50294d4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dependencies:
144144
- path: images/build/go-runner/VERSION
145145

146146
- name: "registry.k8s.io/build-image/go-runner (go1.24-bookworm)"
147-
version: v2.4.0-go1.24rc1-bookworm.0
147+
version: v2.4.0-go1.24rc2-bookworm.0
148148
refPaths:
149149
- path: images/build/go-runner/variants.yaml
150150
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
@@ -197,7 +197,7 @@ dependencies:
197197
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
198198

199199
- name: "registry.k8s.io/build-image/kube-cross (v1.33-go1.24)"
200-
version: v1.33.0-go1.24rc1-bullseye.0
200+
version: v1.33.0-go1.24rc2-bullseye.0
201201
refPaths:
202202
- path: images/build/cross/variants.yaml
203203
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-]+)*))?)'"

images/build/cross/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ variants:
22
v1.33-go1.24-bullseye:
33
CONFIG: 'go1.24-bullseye'
44
TYPE: 'default'
5-
IMAGE_VERSION: 'v1.33.0-go1.24rc1-bullseye.0'
5+
IMAGE_VERSION: 'v1.33.0-go1.24rc2-bullseye.0'
66
KUBERNETES_VERSION: 'v1.33.0'
7-
GO_VERSION: '1.24rc1'
7+
GO_VERSION: '1.24rc2'
88
GO_MAJOR_VERSION: '1.24'
99
OS_CODENAME: 'bullseye'
1010
REVISION: '0'

images/build/go-runner/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
variants:
22
go1.24-bookworm:
33
CONFIG: 'go1.24-bookworm'
4-
IMAGE_VERSION: 'v2.4.0-go1.24rc1-bookworm.0'
4+
IMAGE_VERSION: 'v2.4.0-go1.24rc2-bookworm.0'
55
GO_MAJOR_VERSION: '1.24'
66
OS_CODENAME: 'bookworm'
77
REVISION: '0'
8-
GO_VERSION: '1.24rc1'
8+
GO_VERSION: '1.24rc2'
99
DISTROLESS_IMAGE: 'static-debian12'
1010
go1.23-bookworm:
1111
CONFIG: 'go1.23-bookworm'

images/releng/ci/variants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
go1.24-bookworm:
33
CONFIG: 'go1.24-bookworm'
4-
GO_VERSION: '1.24rc1'
4+
GO_VERSION: '1.24rc2'
55
OS_CODENAME: 'bookworm'
66
REVISION: '0'
77
go1.23-bookworm:

images/releng/k8s-ci-builder/variants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variants:
66
OS_CODENAME: 'bullseye'
77
next:
88
CONFIG: next
9-
GO_VERSION: '1.24rc1'
9+
GO_VERSION: '1.24rc2'
1010
GO_VERSION_TOOLING: '1.23.4'
1111
OS_CODENAME: 'bookworm'
1212
'1.33':

0 commit comments

Comments
 (0)