Skip to content

Commit ea149e3

Browse files
authored
fix: Bump golang to 1.17 in Dockerfile (#193)
1 parent 99c9ab5 commit ea149e3

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:1.16 as builder
2+
FROM golang:1.17 as builder
33

44
ARG goproxy=https://proxy.golang.org
55
ENV GOPROXY=$goproxy

0 commit comments

Comments
 (0)