Skip to content

Commit 7f5e2df

Browse files
authored
Merge pull request #3930 from cpanato/update-go124
golang: Build 1.24.0 images
2 parents e14c36c + 2cf2885 commit 7f5e2df

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

dependencies.yaml

+2-2
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.24rc3-bookworm.0
147+
version: v2.4.0-go1.24.0-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.24rc3-bullseye.0
200+
version: v1.33.0-go1.24.0-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

+2-2
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.24rc3-bullseye.0'
5+
IMAGE_VERSION: 'v1.33.0-go1.24.0-bullseye.0'
66
KUBERNETES_VERSION: 'v1.33.0'
7-
GO_VERSION: '1.24rc3'
7+
GO_VERSION: '1.24.0'
88
GO_MAJOR_VERSION: '1.24'
99
OS_CODENAME: 'bullseye'
1010
REVISION: '0'

images/build/go-runner/variants.yaml

+2-2
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.24rc3-bookworm.0'
4+
IMAGE_VERSION: 'v2.4.0-go1.24.0-bookworm.0'
55
GO_MAJOR_VERSION: '1.24'
66
OS_CODENAME: 'bookworm'
77
REVISION: '0'
8-
GO_VERSION: '1.24rc3'
8+
GO_VERSION: '1.24.0'
99
DISTROLESS_IMAGE: 'static-debian12'
1010
go1.23-bookworm:
1111
CONFIG: 'go1.23-bookworm'

images/releng/ci/variants.yaml

+1-1
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.24rc3'
4+
GO_VERSION: '1.24.0'
55
OS_CODENAME: 'bookworm'
66
REVISION: '0'
77
go1.23-bookworm:

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ variants:
66
OS_CODENAME: 'bullseye'
77
next:
88
CONFIG: next
9-
GO_VERSION: '1.24rc3'
10-
GO_VERSION_TOOLING: '1.23.6'
9+
GO_VERSION: '1.24.0'
10+
GO_VERSION_TOOLING: '1.24.0'
1111
OS_CODENAME: 'bookworm'
1212
'1.33':
1313
CONFIG: '1.33'
14-
GO_VERSION: '1.23.6'
15-
GO_VERSION_TOOLING: '1.23.6'
14+
GO_VERSION: '1.24.0'
15+
GO_VERSION_TOOLING: '1.24.0'
1616
OS_CODENAME: 'bullseye'
1717
'1.32':
1818
CONFIG: '1.32'

0 commit comments

Comments
 (0)