Skip to content

Commit 8257011

Browse files
committed
golang: Build 1.20rc3 images
Signed-off-by: cpanato <[email protected]>
1 parent af8f937 commit 8257011

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ dependencies:
192192

193193
# Golang (next candidate)
194194
- name: "golang (next candidate)"
195-
version: 1.20rc2
195+
version: 1.20rc3
196196
refPaths:
197197
- path: images/build/cross/variants.yaml
198198
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
@@ -211,7 +211,7 @@ dependencies:
211211
match: REVISION:\ '\d+'
212212

213213
- 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
215215
refPaths:
216216
- path: images/build/go-runner/variants.yaml
217217
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:
223223
match: REVISION:\ '\d+'
224224

225225
- 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
227227
refPaths:
228228
- path: images/build/cross/variants.yaml
229229
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-]+)*))?)'"

images/build/cross/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ variants:
22
v1.27-go1.20-bullseye:
33
CONFIG: 'go1.20-bullseye'
44
TYPE: 'default'
5-
IMAGE_VERSION: 'v1.27.0-go1.20rc2-bullseye.0'
5+
IMAGE_VERSION: 'v1.27.0-go1.20rc3-bullseye.0'
66
KUBERNETES_VERSION: 'v1.27.0'
7-
GO_VERSION: '1.20rc2'
7+
GO_VERSION: '1.20rc3'
88
GO_MAJOR_VERSION: '1.20'
99
OS_CODENAME: 'bullseye'
1010
REVISION: '0'

images/build/go-runner/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
variants:
22
go1.20-bullseye:
33
CONFIG: 'go1.20-bullseye'
4-
IMAGE_VERSION: 'v2.3.1-go1.20rc2-bullseye.0'
4+
IMAGE_VERSION: 'v2.3.1-go1.20rc3-bullseye.0'
55
GO_MAJOR_VERSION: '1.20'
66
OS_CODENAME: 'bullseye'
77
REVISION: '0'
8-
GO_VERSION: '1.20rc2'
8+
GO_VERSION: '1.20rc3'
99
DISTROLESS_IMAGE: 'static-debian11'
1010
go1.19-bullseye:
1111
CONFIG: 'go1.19-bullseye'

images/releng/ci/variants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
go1.20-bullseye:
33
CONFIG: 'go1.20-bullseye'
4-
GO_VERSION: '1.20rc2'
4+
GO_VERSION: '1.20rc3'
55
OS_CODENAME: 'bullseye'
66
REVISION: '0'
77
go1.19-bullseye:

images/releng/k8s-ci-builder/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ variants:
55
OS_CODENAME: 'bullseye'
66
next:
77
CONFIG: next
8-
GO_VERSION: '1.20rc2'
8+
GO_VERSION: '1.20rc3'
99
OS_CODENAME: 'bullseye'
1010
'1.27':
1111
CONFIG: '1.27'
12-
GO_VERSION: '1.20rc2'
12+
GO_VERSION: '1.20rc3'
1313
OS_CODENAME: 'bullseye'
1414
'1.26':
1515
CONFIG: '1.26'

0 commit comments

Comments
 (0)