Skip to content

Commit 1c4e3bd

Browse files
authored
Merge pull request #2601 from cpanato/go119rc1
golang: Build 1.19rc1 images
2 parents 06cb250 + afe802a commit 1c4e3bd

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
@@ -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-]+)*))?)'"

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.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'

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.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'

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.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:

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.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'

0 commit comments

Comments
 (0)