Skip to content

Commit 9b893ec

Browse files
committed
UPSTREAM <carry>: Update Golang toolset images to 1.24
1 parent 8933c9e commit 9b893ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.22-openshift-4.17
4+
tag: rhel-9-release-golang-1.24-openshift-4.21

Containerfile.aws-load-balancer-controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY Dockerfile.openshift .
88
# drift-cache/Dockerfile.openshift.cached can be updated with the source contents once the Konflux version is aligned.
99
RUN test "$(sha1sum Dockerfile.openshift.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile.openshift | cut -d' ' -f1)"
1010

11-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22 as builder
11+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 as builder
1212
# dummy copy to trigger the drift detection
1313
COPY --from=drift /app/Dockerfile.openshift.cached .
1414

Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
22

33
WORKDIR /opt/app-root/src
44

drift-cache/Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
22

33
WORKDIR /opt/app-root/src
44

0 commit comments

Comments
 (0)