Skip to content

Commit 010ab43

Browse files
Bump to golang 1.24
Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
1 parent b208db3 commit 010ab43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile.operator

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
# Licensed under the Apache License 2.0
33

4-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
55

66
WORKDIR /workspace
77
COPY . .

Dockerfile.prow

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
# Licensed under the Apache License 2.0
33

4-
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux as builder
4+
FROM registry.ci.openshift.org/stolostron/builder:go1.24-linux as builder
55

66
WORKDIR /workspace
77
COPY . .

0 commit comments

Comments
 (0)