File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ dependencies:
188
188
189
189
# Golang (next candidate)
190
190
- name : " golang (next candidate)"
191
- version : 1.19beta1
191
+ version : 1.19rc1
192
192
refPaths :
193
193
- path : images/build/cross/variants.yaml
194
194
match : " GO_VERSION: '\\ d+.\\ d+(alpha|beta|rc)?\\ .?(\\ d+)?'"
@@ -207,7 +207,7 @@ dependencies:
207
207
match : REVISION:\ '\d+'
208
208
209
209
- name : " k8s.gcr.io/build-image/go-runner (next candidate)"
210
- version : v2.3.1-go1.19beta1 -bullseye.0
210
+ version : v2.3.1-go1.19rc1 -bullseye.0
211
211
refPaths :
212
212
- path : images/build/go-runner/variants.yaml
213
213
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-]+)*))?)'"
@@ -219,7 +219,7 @@ dependencies:
219
219
match : REVISION:\ '\d+'
220
220
221
221
- name : " k8s.gcr.io/build-image/kube-cross (next candidate)"
222
- version : v1.25.0-go1.19beta1 -bullseye.0
222
+ version : v1.25.0-go1.19rc1 -bullseye.0
223
223
refPaths :
224
224
- path : images/build/cross/variants.yaml
225
225
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.25-go1.19-bullseye :
3
3
CONFIG : ' go1.19-bullseye'
4
4
TYPE : ' default'
5
- IMAGE_VERSION : ' v1.25.0-go1.19beta1 -bullseye.0'
5
+ IMAGE_VERSION : ' v1.25.0-go1.19rc1 -bullseye.0'
6
6
KUBERNETES_VERSION : ' v1.25.0'
7
- GO_VERSION : ' 1.19beta1 '
7
+ GO_VERSION : ' 1.19rc1 '
8
8
GO_MAJOR_VERSION : ' 1.19'
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.19-bullseye :
3
3
CONFIG : ' go1.19-bullseye'
4
- IMAGE_VERSION : ' v2.3.1-go1.19beta1 -bullseye.0'
4
+ IMAGE_VERSION : ' v2.3.1-go1.19rc1 -bullseye.0'
5
5
GO_MAJOR_VERSION : ' 1.19'
6
6
OS_CODENAME : ' bullseye'
7
7
REVISION : ' 0'
8
- GO_VERSION : ' 1.19beta1 '
8
+ GO_VERSION : ' 1.19rc1 '
9
9
DISTROLESS_IMAGE : ' static-debian11'
10
10
go1.18-bullseye :
11
11
CONFIG : ' go1.18-bullseye'
Original file line number Diff line number Diff line change 1
1
variants :
2
2
go1.19-bullseye :
3
3
CONFIG : ' go1.19-bullseye'
4
- GO_VERSION : ' 1.19beta1 '
4
+ GO_VERSION : ' 1.19rc1 '
5
5
OS_CODENAME : ' bullseye'
6
6
REVISION : ' 0'
7
7
go1.18-bullseye :
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ variants:
5
5
OS_CODENAME : ' bullseye'
6
6
next :
7
7
CONFIG : next
8
- GO_VERSION : ' 1.19beta1 '
8
+ GO_VERSION : ' 1.19rc1 '
9
9
OS_CODENAME : ' bullseye'
10
10
' 1.25 ' :
11
11
CONFIG : ' 1.25'
12
- GO_VERSION : ' 1.19beta1 '
12
+ GO_VERSION : ' 1.19rc1 '
13
13
OS_CODENAME : ' bullseye'
14
14
' 1.24 ' :
15
15
CONFIG : ' 1.24'
You can’t perform that action at this time.
0 commit comments