Skip to content

Commit 3a8da2e

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Update to Go v1.24
ref: https://issues.redhat.com/browse/ACM-24264 Signed-off-by: Dale Haiducek <[email protected]>
1 parent 2ae7370 commit 3a8da2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: builder
33
namespace: stolostron
4-
tag: go1.23-linux
4+
tag: go1.24-linux

build/Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Contributors to the Open Cluster Management project
22

33
# Stage 1: Use image builder to build the target binaries
4-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23@sha256:96cfceb50f5323efa1aa8569d4420cdbf1bb391225d5171ef72a0d0ecf028467 AS builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24@sha256:b91431604c435f3cabec20ddb653c0537c8ba8097ada57960d54a1266f95a7c3 AS builder
55

66
ENV COMPONENT=config-policy-controller
77
ENV REPO_PATH=/go/src/github.com/stolostron/${COMPONENT}

0 commit comments

Comments
 (0)