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 @@ -192,7 +192,7 @@ dependencies:
192
192
193
193
# Golang (next candidate)
194
194
- name : " golang (next candidate)"
195
- version : 1.20rc2
195
+ version : 1.20rc3
196
196
refPaths :
197
197
- path : images/build/cross/variants.yaml
198
198
match : " GO_VERSION: '\\ d+.\\ d+(alpha|beta|rc)?\\ .?(\\ d+)?'"
@@ -211,7 +211,7 @@ dependencies:
211
211
match : REVISION:\ '\d+'
212
212
213
213
- name : " k8s.gcr.io/build-image/go-runner (next candidate)"
214
- version : v2.3.1-go1.20rc2 -bullseye.0
214
+ version : v2.3.1-go1.20rc3 -bullseye.0
215
215
refPaths :
216
216
- path : images/build/go-runner/variants.yaml
217
217
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-]+)*))?)'"
@@ -223,7 +223,7 @@ dependencies:
223
223
match : REVISION:\ '\d+'
224
224
225
225
- name : " k8s.gcr.io/build-image/kube-cross (next candidate)"
226
- version : v1.27.0-go1.20rc2 -bullseye.0
226
+ version : v1.27.0-go1.20rc3 -bullseye.0
227
227
refPaths :
228
228
- path : images/build/cross/variants.yaml
229
229
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.27-go1.20-bullseye :
3
3
CONFIG : ' go1.20-bullseye'
4
4
TYPE : ' default'
5
- IMAGE_VERSION : ' v1.27.0-go1.20rc2 -bullseye.0'
5
+ IMAGE_VERSION : ' v1.27.0-go1.20rc3 -bullseye.0'
6
6
KUBERNETES_VERSION : ' v1.27.0'
7
- GO_VERSION : ' 1.20rc2 '
7
+ GO_VERSION : ' 1.20rc3 '
8
8
GO_MAJOR_VERSION : ' 1.20'
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.20-bullseye :
3
3
CONFIG : ' go1.20-bullseye'
4
- IMAGE_VERSION : ' v2.3.1-go1.20rc2 -bullseye.0'
4
+ IMAGE_VERSION : ' v2.3.1-go1.20rc3 -bullseye.0'
5
5
GO_MAJOR_VERSION : ' 1.20'
6
6
OS_CODENAME : ' bullseye'
7
7
REVISION : ' 0'
8
- GO_VERSION : ' 1.20rc2 '
8
+ GO_VERSION : ' 1.20rc3 '
9
9
DISTROLESS_IMAGE : ' static-debian11'
10
10
go1.19-bullseye :
11
11
CONFIG : ' go1.19-bullseye'
Original file line number Diff line number Diff line change 1
1
variants :
2
2
go1.20-bullseye :
3
3
CONFIG : ' go1.20-bullseye'
4
- GO_VERSION : ' 1.20rc2 '
4
+ GO_VERSION : ' 1.20rc3 '
5
5
OS_CODENAME : ' bullseye'
6
6
REVISION : ' 0'
7
7
go1.19-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.20rc2 '
8
+ GO_VERSION : ' 1.20rc3 '
9
9
OS_CODENAME : ' bullseye'
10
10
' 1.27 ' :
11
11
CONFIG : ' 1.27'
12
- GO_VERSION : ' 1.20rc2 '
12
+ GO_VERSION : ' 1.20rc3 '
13
13
OS_CODENAME : ' bullseye'
14
14
' 1.26 ' :
15
15
CONFIG : ' 1.26'
You can’t perform that action at this time.
0 commit comments