Skip to content

Commit 53deb58

Browse files
authored
Merge pull request #3986 from ameukam/update-k8scb-k8scib-1242
Update k8s-cloud-builder and k8s-ci-builder to Go 1.24.2
2 parents 4221fb2 + c387172 commit 53deb58

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

dependencies.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ dependencies:
329329
# kube-cross dependents (i.e. k8s-cloud-builder)
330330
# To be updated after kubernetes/kubernetes update)
331331
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.33-cross1.24)"
332-
version: v1.33.0-go1.24.0-bullseye.0
332+
version: v1.33.0-go1.24.2-bullseye.0
333333
refPaths:
334334
- path: images/k8s-cloud-builder/variants.yaml
335335
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
@@ -361,7 +361,7 @@ dependencies:
361361

362362
# Golang (current release branch: master)
363363
- name: "golang: after kubernetes/kubernetes update (master)"
364-
version: 1.24.0
364+
version: 1.24.2
365365
refPaths:
366366
- path: images/releng/k8s-ci-builder/Makefile
367367
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -398,7 +398,7 @@ dependencies:
398398

399399
# k8s-ci-builder
400400
- name: "golang: releng tooling for k8s-ci-builder (master)"
401-
version: 1.24.0
401+
version: 1.24.2
402402
refPaths:
403403
- path: images/releng/k8s-ci-builder/Makefile
404404
match: GO_VERSION_TOOLING\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?

images/k8s-cloud-builder/variants.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
v1.33-cross1.24-bullseye:
33
CONFIG: 'cross1.23'
4-
KUBE_CROSS_VERSION: 'v1.33.0-go1.24.0-bullseye.0'
4+
KUBE_CROSS_VERSION: 'v1.33.0-go1.24.2-bullseye.0'
55
v1.32-cross1.23-bullseye:
66
CONFIG: 'cross1.23'
77
KUBE_CROSS_VERSION: 'v1.32.0-go1.23.6-bullseye.0'

images/releng/k8s-ci-builder/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
2424
TAG ?= $(shell git describe --tags --always --dirty)
2525

2626
# Build args
27-
GO_VERSION ?= 1.24.0
28-
GO_VERSION_TOOLING ?= 1.24.0
27+
GO_VERSION ?= 1.24.2
28+
GO_VERSION_TOOLING ?= 1.24.2
2929
OS_CODENAME ?= bullseye
3030
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
3131

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.24.0'
5-
GO_VERSION_TOOLING: '1.24.0'
4+
GO_VERSION: '1.24.2'
5+
GO_VERSION_TOOLING: '1.24.2'
66
OS_CODENAME: 'bullseye'
77
next:
88
CONFIG: next
9-
GO_VERSION: '1.24.0'
10-
GO_VERSION_TOOLING: '1.24.0'
9+
GO_VERSION: '1.24.2'
10+
GO_VERSION_TOOLING: '1.24.2'
1111
OS_CODENAME: 'bookworm'
1212
'1.33':
1313
CONFIG: '1.33'
14-
GO_VERSION: '1.24.0'
15-
GO_VERSION_TOOLING: '1.24.0'
14+
GO_VERSION: '1.24.2'
15+
GO_VERSION_TOOLING: '1.24.2'
1616
OS_CODENAME: 'bullseye'
1717
'1.32':
1818
CONFIG: '1.32'

0 commit comments

Comments
 (0)