Skip to content

Commit 0655caa

Browse files
authored
Merge pull request #4060 from cpanato/updoate
Update k8s-cloud-builder and k8s-ci-builder to Go 1.24.5 for main
2 parents 3c696bd + b02ced4 commit 0655caa

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ dependencies:
319319
# kube-cross dependents (i.e. k8s-cloud-builder)
320320
# To be updated after kubernetes/kubernetes update)
321321
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.34-cross1.24)"
322-
version: v1.34.0-go1.24.4-bullseye.0
322+
version: v1.34.0-go1.24.5-bullseye.0
323323
refPaths:
324324
- path: images/k8s-cloud-builder/variants.yaml
325325
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-]+)*))?)'"
@@ -357,7 +357,7 @@ dependencies:
357357

358358
# Golang (current release branch: master)
359359
- name: "golang: after kubernetes/kubernetes update (master)"
360-
version: 1.24.4
360+
version: 1.24.5
361361
refPaths:
362362
- path: images/releng/k8s-ci-builder/Makefile
363363
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -394,7 +394,7 @@ dependencies:
394394

395395
# k8s-ci-builder
396396
- name: "golang: releng tooling for k8s-ci-builder (master)"
397-
version: 1.24.4
397+
version: 1.24.5
398398
refPaths:
399399
- path: images/releng/k8s-ci-builder/Makefile
400400
match: GO_VERSION_TOOLING\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?

images/k8s-cloud-builder/variants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
v1.34-cross1.24-bullseye:
33
CONFIG: 'cross1.24'
4-
KUBE_CROSS_VERSION: 'v1.34.0-go1.24.4-bullseye.0'
4+
KUBE_CROSS_VERSION: 'v1.34.0-go1.24.5-bullseye.0'
55
v1.33-cross1.24-bullseye:
66
CONFIG: 'cross1.24'
77
KUBE_CROSS_VERSION: 'v1.33.0-go1.24.4-bullseye.0'

images/releng/k8s-ci-builder/Makefile

Lines changed: 2 additions & 2 deletions
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.4
28-
GO_VERSION_TOOLING ?= 1.24.4
27+
GO_VERSION ?= 1.24.5
28+
GO_VERSION_TOOLING ?= 1.24.5
2929
OS_CODENAME ?= bullseye
3030
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
3131

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.24.4'
5-
GO_VERSION_TOOLING: '1.24.4'
4+
GO_VERSION: '1.24.5'
5+
GO_VERSION_TOOLING: '1.24.5'
66
OS_CODENAME: 'bullseye'
77
next:
88
CONFIG: next
@@ -11,8 +11,8 @@ variants:
1111
OS_CODENAME: 'bookworm'
1212
'1.34':
1313
CONFIG: '1.34'
14-
GO_VERSION: '1.24.4'
15-
GO_VERSION_TOOLING: '1.24.4'
14+
GO_VERSION: '1.24.5'
15+
GO_VERSION_TOOLING: '1.24.5'
1616
OS_CODENAME: 'bullseye'
1717
'1.33':
1818
CONFIG: '1.33'

0 commit comments

Comments
 (0)