Skip to content

Commit 2d93413

Browse files
authored
Bump to Go1.23 and OCP 4.18 (#62718)
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent b5ef48b commit 2d93413

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci-operator/config/openshift/check-payload/openshift-check-payload-main.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
base_images:
22
base:
3-
name: "4.14"
3+
name: "4.18"
44
namespace: ocp
55
tag: base-rhel9
66
golangci-lint:
77
name: golangci-lint
88
namespace: ci
99
tag: v1.53.1
10-
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
10+
ocp_builder_rhel-9-golang-1.23-openshift-4.18:
1111
name: builder
1212
namespace: ocp
13-
tag: rhel-9-golang-1.21-openshift-4.16
13+
tag: rhel-9-golang-1.23-openshift-4.18
1414
binary_build_commands: make
1515
build_root:
1616
image_stream_tag:
1717
name: release
1818
namespace: openshift
19-
tag: golang-1.19
19+
tag: golang-1.23
2020
images:
2121
- dockerfile_path: Dockerfile
2222
from: base
2323
inputs:
24-
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
24+
ocp_builder_rhel-9-golang-1.23-openshift-4.18:
2525
as:
26-
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
26+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.18
2727
to: check-payload
2828
promotion:
2929
to:

0 commit comments

Comments
 (0)