Skip to content

Commit 610f9ae

Browse files
committed
ci : Use Red Hat UBI9 go-toolset 1.24 container image
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 011376b commit 610f9ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515

1616
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
17-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
17+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
1818
ENV GOPATH=/go/
1919
USER root
2020
WORKDIR /devworkspace-operator

project-clone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Build the manager binary
1717
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
18-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
18+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
1919
ARG TARGETARCH
2020
ARG TARGETOS
2121
ENV GOPATH=/go/

0 commit comments

Comments
 (0)