Skip to content

Commit 1f226cb

Browse files
Update golang Docker tag to v1.24
1 parent f00fab3 commit 1f226cb

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,6 +1,6 @@
11
# syntax=docker/dockerfile:experimental
22
# Build the manager binary
3-
FROM golang:1.23 as builder
3+
FROM golang:1.24 as builder
44

55
WORKDIR /workspace
66
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)