Skip to content

Commit 7b18093

Browse files
committed
Dockerfile: Update golang builder image to v1.24
go1.25 is now available[1] making go1.24 the oldest supported release. Accordingly update the Dockerfile to make go-version-check.sh happy. [1] https://go.dev/blog/go1.25 Signed-off-by: Anoop C S <[email protected]>
1 parent 16d44a0 commit 7b18093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 docker.io/golang:1.23 as builder
2+
FROM docker.io/golang:1.24 as builder
33
ARG GIT_VERSION="(unset)"
44
ARG COMMIT_ID="(unset)"
55
ARG ARCH=""

0 commit comments

Comments
 (0)