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:
188188
189189 # Golang (next candidate)
190190 - name : " golang (next candidate)"
191- version : 1.19beta1
191+ version : 1.19rc1
192192 refPaths :
193193 - path : images/build/cross/variants.yaml
194194 match : " GO_VERSION: '\\ d+.\\ d+(alpha|beta|rc)?\\ .?(\\ d+)?'"
@@ -207,7 +207,7 @@ dependencies:
207207 match : REVISION:\ '\d+'
208208
209209 - 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
211211 refPaths :
212212 - path : images/build/go-runner/variants.yaml
213213 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:
219219 match : REVISION:\ '\d+'
220220
221221 - 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
223223 refPaths :
224224 - path : images/build/cross/variants.yaml
225225 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:
22 v1.25-go1.19-bullseye :
33 CONFIG : ' go1.19-bullseye'
44 TYPE : ' default'
5- IMAGE_VERSION : ' v1.25.0-go1.19beta1 -bullseye.0'
5+ IMAGE_VERSION : ' v1.25.0-go1.19rc1 -bullseye.0'
66 KUBERNETES_VERSION : ' v1.25.0'
7- GO_VERSION : ' 1.19beta1 '
7+ GO_VERSION : ' 1.19rc1 '
88 GO_MAJOR_VERSION : ' 1.19'
99 OS_CODENAME : ' bullseye'
1010 REVISION : ' 0'
Original file line number Diff line number Diff line change 11variants :
22 go1.19-bullseye :
33 CONFIG : ' go1.19-bullseye'
4- IMAGE_VERSION : ' v2.3.1-go1.19beta1 -bullseye.0'
4+ IMAGE_VERSION : ' v2.3.1-go1.19rc1 -bullseye.0'
55 GO_MAJOR_VERSION : ' 1.19'
66 OS_CODENAME : ' bullseye'
77 REVISION : ' 0'
8- GO_VERSION : ' 1.19beta1 '
8+ GO_VERSION : ' 1.19rc1 '
99 DISTROLESS_IMAGE : ' static-debian11'
1010 go1.18-bullseye :
1111 CONFIG : ' go1.18-bullseye'
Original file line number Diff line number Diff line change 11variants :
22 go1.19-bullseye :
33 CONFIG : ' go1.19-bullseye'
4- GO_VERSION : ' 1.19beta1 '
4+ GO_VERSION : ' 1.19rc1 '
55 OS_CODENAME : ' bullseye'
66 REVISION : ' 0'
77 go1.18-bullseye :
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ variants:
55 OS_CODENAME : ' bullseye'
66 next :
77 CONFIG : next
8- GO_VERSION : ' 1.19beta1 '
8+ GO_VERSION : ' 1.19rc1 '
99 OS_CODENAME : ' bullseye'
1010 ' 1.25 ' :
1111 CONFIG : ' 1.25'
12- GO_VERSION : ' 1.19beta1 '
12+ GO_VERSION : ' 1.19rc1 '
1313 OS_CODENAME : ' bullseye'
1414 ' 1.24 ' :
1515 CONFIG : ' 1.24'
You can’t perform that action at this time.
0 commit comments