Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 92e737d

Browse files
authored
Merge pull request #261 from mochizuki875/fix_dockerfile_go_version
Update Dockerfile to Go 1.20
2 parents b70937a + ec69506 commit 92e737d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.17 as builder
2+
FROM golang:1.20 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests and all third-party libraries that are unlikely to change frequently

0 commit comments

Comments
 (0)