@@ -41,7 +41,7 @@ dependencies:
41
41
# Golang (for images, previous stable)
42
42
# To be updated before kubernetes/kubernetes update
43
43
- name : " golang (previous)"
44
- version : 1.22.12
44
+ version : 1.23.6
45
45
refPaths :
46
46
- path : images/build/cross/variants.yaml
47
47
match : " GO_VERSION: '\\ d+.\\ d+(alpha|beta|rc)?\\ .?(\\ d+)?'"
@@ -282,21 +282,21 @@ dependencies:
282
282
- path : images/build/cross/variants.yaml
283
283
match : REVISION:\ '\d+'
284
284
285
- # kube-cross (Kubernetes v1.31, Go 1.22 )
285
+ # kube-cross (Kubernetes v1.31, Go 1.23 )
286
286
# To be updated before kubernetes/kubernetes update
287
- - name : " registry.k8s.io/build-image/kube-cross (v1.31-go1.22 )"
288
- version : v1.31.0-go1.22.12 -bullseye.0
287
+ - name : " registry.k8s.io/build-image/kube-cross (v1.31-go1.23 )"
288
+ version : v1.31.0-go1.23.6 -bullseye.0
289
289
refPaths :
290
290
- path : images/build/cross/variants.yaml
291
291
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-]+)*))?)'"
292
292
293
- - name : " registry.k8s.io/build-image/kube-cross: config variant (v1.31-go1.22 )"
294
- version : go1.22 -bullseye
293
+ - name : " registry.k8s.io/build-image/kube-cross: config variant (v1.31-go1.23 )"
294
+ version : go1.23 -bullseye
295
295
refPaths :
296
296
- path : images/build/cross/variants.yaml
297
297
match : " CONFIG: 'go\\ d+.\\ d+-bullseye'"
298
298
299
- - name : " registry.k8s.io/build-image/kube-cross: image revision (v1.31-go1.22 )"
299
+ - name : " registry.k8s.io/build-image/kube-cross: image revision (v1.31-go1.23 )"
300
300
version : 0
301
301
refPaths :
302
302
- path : images/build/cross/Makefile
@@ -306,41 +306,19 @@ dependencies:
306
306
307
307
# kube-cross (Kubernetes v1.30)
308
308
# To be updated before kubernetes/kubernetes update
309
- - name : " registry.k8s.io/build-image/kube-cross (v1.30-go1.22 )"
310
- version : v1.30.0-go1.22.12 -bullseye.0
309
+ - name : " registry.k8s.io/build-image/kube-cross (v1.30-go1.23 )"
310
+ version : v1.30.0-go1.23.6 -bullseye.0
311
311
refPaths :
312
312
- path : images/build/cross/variants.yaml
313
313
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-]+)*))?)'"
314
314
315
- - name : " registry.k8s.io/build-image/kube-cross: config variant (v1.30-go1.22)"
316
- version : go1.22-bullseye
317
- refPaths :
318
- - path : images/build/cross/variants.yaml
319
- match : " CONFIG: 'go\\ d+.\\ d+-bullseye'"
320
-
321
- - name : " registry.k8s.io/build-image/kube-cross: image revision (v1.30-go1.22)"
322
- version : 0
323
- refPaths :
324
- - path : images/build/cross/Makefile
325
- match : REVISION \?= \d+
326
- - path : images/build/cross/variants.yaml
327
- match : REVISION:\ '\d+'
328
-
329
- # kube-cross (Kubernetes v1.29)
330
- # To be updated before kubernetes/kubernetes update
331
- - name : " registry.k8s.io/build-image/kube-cross (v1.29-go1.22)"
332
- version : v1.29.0-go1.22.12-bullseye.0
333
- refPaths :
334
- - path : images/build/cross/variants.yaml
335
- 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-]+)*))?)'"
336
-
337
- - name : " registry.k8s.io/build-image/kube-cross: config variant (v1.29-go1.22)"
338
- version : go1.22-bullseye
315
+ - name : " registry.k8s.io/build-image/kube-cross: config variant (v1.30-go1.23)"
316
+ version : go1.23-bullseye
339
317
refPaths :
340
318
- path : images/build/cross/variants.yaml
341
319
match : " CONFIG: 'go\\ d+.\\ d+-bullseye'"
342
320
343
- - name : " registry.k8s.io/build-image/kube-cross: image revision (v1.29 -go1.22 )"
321
+ - name : " registry.k8s.io/build-image/kube-cross: image revision (v1.30 -go1.23 )"
344
322
version : 0
345
323
refPaths :
346
324
- path : images/build/cross/Makefile
0 commit comments