File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ dependencies:
144
144
- path : images/build/go-runner/VERSION
145
145
146
146
- name : " registry.k8s.io/build-image/go-runner (go1.25-bookworm)"
147
- version : v2.4.0-go1.25rc1 -bookworm.0
147
+ version : v2.4.0-go1.25rc2 -bookworm.0
148
148
refPaths :
149
149
- path : images/build/go-runner/variants.yaml
150
150
match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
@@ -195,7 +195,7 @@ dependencies:
195
195
match : " CONFIG: 'go\\ d+.\\ d+-bullseye'"
196
196
197
197
- name : " registry.k8s.io/build-image/kube-cross (v1.34-go1.25)"
198
- version : v1.34.0-go1.25rc1 -bullseye.0
198
+ version : v1.34.0-go1.25rc2 -bullseye.0
199
199
refPaths :
200
200
- path : images/build/cross/variants.yaml
201
201
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-]+)*))?)'"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ variants:
2
2
v1.34-go1.25-bullseye :
3
3
CONFIG : ' go1.25-bullseye'
4
4
TYPE : ' default'
5
- IMAGE_VERSION : ' v1.34.0-go1.25rc1 -bullseye.0'
5
+ IMAGE_VERSION : ' v1.34.0-go1.25rc2 -bullseye.0'
6
6
KUBERNETES_VERSION : ' v1.34.0'
7
- GO_VERSION : ' 1.25rc1 '
7
+ GO_VERSION : ' 1.25rc2 '
8
8
GO_MAJOR_VERSION : ' 1.25'
9
9
OS_CODENAME : ' bullseye'
10
10
REVISION : ' 0'
Original file line number Diff line number Diff line change 1
1
variants :
2
2
go1.25-bookworm :
3
3
CONFIG : ' go1.25-bookworm'
4
- IMAGE_VERSION : ' v2.4.0-go1.25rc1 -bookworm.0'
4
+ IMAGE_VERSION : ' v2.4.0-go1.25rc2 -bookworm.0'
5
5
GO_MAJOR_VERSION : ' 1.25'
6
6
OS_CODENAME : ' bookworm'
7
7
REVISION : ' 0'
8
- GO_VERSION : ' 1.25rc1 '
8
+ GO_VERSION : ' 1.25rc2 '
9
9
DISTROLESS_IMAGE : ' static-debian12'
10
10
go1.24-bookworm :
11
11
CONFIG : ' go1.24-bookworm'
Original file line number Diff line number Diff line change 1
1
variants :
2
2
go1.25-bookworm :
3
3
CONFIG : ' go1.25-bookworm'
4
- GO_VERSION : ' 1.25rc1 '
4
+ GO_VERSION : ' 1.25rc2 '
5
5
OS_CODENAME : ' bookworm'
6
6
REVISION : ' 0'
7
7
go1.24-bookworm :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ variants:
6
6
OS_CODENAME : ' bullseye'
7
7
next :
8
8
CONFIG : next
9
- GO_VERSION : ' 1.25rc1 '
9
+ GO_VERSION : ' 1.25rc2 '
10
10
GO_VERSION_TOOLING : ' 1.24.4'
11
11
OS_CODENAME : ' bookworm'
12
12
' 1.34 ' :
You can’t perform that action at this time.
0 commit comments