File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ dependencies:
329
329
# kube-cross dependents (i.e. k8s-cloud-builder)
330
330
# To be updated after kubernetes/kubernetes update)
331
331
- 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
333
333
refPaths :
334
334
- path : images/k8s-cloud-builder/variants.yaml
335
335
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:
361
361
362
362
# Golang (current release branch: master)
363
363
- name : " golang: after kubernetes/kubernetes update (master)"
364
- version : 1.24.0
364
+ version : 1.24.2
365
365
refPaths :
366
366
- path : images/releng/k8s-ci-builder/Makefile
367
367
match : GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -398,7 +398,7 @@ dependencies:
398
398
399
399
# k8s-ci-builder
400
400
- name : " golang: releng tooling for k8s-ci-builder (master)"
401
- version : 1.24.0
401
+ version : 1.24.2
402
402
refPaths :
403
403
- path : images/releng/k8s-ci-builder/Makefile
404
404
match : GO_VERSION_TOOLING\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Original file line number Diff line number Diff line change 1
1
variants :
2
2
v1.33-cross1.24-bullseye :
3
3
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'
5
5
v1.32-cross1.23-bullseye :
6
6
CONFIG : ' cross1.23'
7
7
KUBE_CROSS_VERSION : ' v1.32.0-go1.23.6-bullseye.0'
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
24
24
TAG ?= $(shell git describe --tags --always --dirty)
25
25
26
26
# 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
29
29
OS_CODENAME ?= bullseye
30
30
IMAGE_ARG ?= $(IMAGE ) :$(TAG ) -$(CONFIG )
31
31
Original file line number Diff line number Diff line change 1
1
variants :
2
2
default :
3
3
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 '
6
6
OS_CODENAME : ' bullseye'
7
7
next :
8
8
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 '
11
11
OS_CODENAME : ' bookworm'
12
12
' 1.33 ' :
13
13
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 '
16
16
OS_CODENAME : ' bullseye'
17
17
' 1.32 ' :
18
18
CONFIG : ' 1.32'
You can’t perform that action at this time.
0 commit comments