Skip to content

Commit f17c8a2

Browse files
committed
NE-2142: Bump Golang to 1.24
1 parent c1a48e3 commit f17c8a2

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
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.external-dns-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY Dockerfile .
99
RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile | cut -d' ' -f1)"
1010

1111

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
1313
# dummy copy to trigger the drift detection
1414
COPY --from=drift /app/Dockerfile.cached .
1515
WORKDIR /workspace

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.24 as builder
33

44
WORKDIR /opt/app-root/src
55
COPY . .

drift-cache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.24 as builder
33

44
WORKDIR /opt/app-root/src
55
COPY . .

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openshift/external-dns-operator
22

3-
go 1.22.0
4-
5-
toolchain go1.22.3
3+
go 1.24.0
64

75
require (
86
github.com/Azure/azure-sdk-for-go v60.1.0+incompatible

0 commit comments

Comments
 (0)