Skip to content

Commit 92c1a5e

Browse files
committed
use go 1.23
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
1 parent 9b2de7a commit 92c1a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 AS builder
2+
FROM golang:1.23 AS builder
33

44
WORKDIR /workspace
55

0 commit comments

Comments
 (0)