Skip to content

Commit 29c7eaf

Browse files
committed
golang: Build 1.25rc2 images
Signed-off-by: Carlos Panato <[email protected]>
1 parent 3c696bd commit 29c7eaf

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.25-bookworm)"
147-
version: v2.4.0-go1.25rc1-bookworm.0
147+
version: v2.4.0-go1.25rc2-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-]+)*))?)
@@ -195,7 +195,7 @@ dependencies:
195195
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
196196

197197
- name: "registry.k8s.io/build-image/kube-cross (v1.34-go1.25)"
198-
version: v1.34.0-go1.25rc1-bullseye.0
198+
version: v1.34.0-go1.25rc2-bullseye.0
199199
refPaths:
200200
- path: images/build/cross/variants.yaml
201201
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.34-go1.25-bullseye:
33
CONFIG: 'go1.25-bullseye'
44
TYPE: 'default'
5-
IMAGE_VERSION: 'v1.34.0-go1.25rc1-bullseye.0'
5+
IMAGE_VERSION: 'v1.34.0-go1.25rc2-bullseye.0'
66
KUBERNETES_VERSION: 'v1.34.0'
7-
GO_VERSION: '1.25rc1'
7+
GO_VERSION: '1.25rc2'
88
GO_MAJOR_VERSION: '1.25'
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.25-bookworm:
33
CONFIG: 'go1.25-bookworm'
4-
IMAGE_VERSION: 'v2.4.0-go1.25rc1-bookworm.0'
4+
IMAGE_VERSION: 'v2.4.0-go1.25rc2-bookworm.0'
55
GO_MAJOR_VERSION: '1.25'
66
OS_CODENAME: 'bookworm'
77
REVISION: '0'
8-
GO_VERSION: '1.25rc1'
8+
GO_VERSION: '1.25rc2'
99
DISTROLESS_IMAGE: 'static-debian12'
1010
go1.24-bookworm:
1111
CONFIG: 'go1.24-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.25-bookworm:
33
CONFIG: 'go1.25-bookworm'
4-
GO_VERSION: '1.25rc1'
4+
GO_VERSION: '1.25rc2'
55
OS_CODENAME: 'bookworm'
66
REVISION: '0'
77
go1.24-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.25rc1'
9+
GO_VERSION: '1.25rc2'
1010
GO_VERSION_TOOLING: '1.24.4'
1111
OS_CODENAME: 'bookworm'
1212
'1.34':

0 commit comments

Comments
 (0)