File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9-release-golang-1.22 -openshift-4.17
4
+ tag : rhel-9-release-golang-1.24 -openshift-4.21
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY Dockerfile .
9
9
RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile | cut -d' ' -f1)"
10
10
11
11
12
- FROM registry.access.redhat.com/ubi9/go-toolset:1.22 as builder
12
+ FROM registry.access.redhat.com/ubi9/go-toolset:1.24 as builder
13
13
# dummy copy to trigger the drift detection
14
14
COPY --from=drift /app/Dockerfile.cached .
15
15
WORKDIR /workspace
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22 as builder
2
+ FROM golang:1.24 as builder
3
3
4
4
WORKDIR /opt/app-root/src
5
5
COPY . .
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22 as builder
2
+ FROM golang:1.24 as builder
3
3
4
4
WORKDIR /opt/app-root/src
5
5
COPY . .
Original file line number Diff line number Diff line change 1
1
module github.com/openshift/external-dns-operator
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.3
3
+ go 1.24.0
6
4
7
5
require (
8
6
github.com/Azure/azure-sdk-for-go v60.1.0+incompatible
You can’t perform that action at this time.
0 commit comments