Update golang to 1.16.5, migrate to go modules
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
ARG GOLANG_VERSION="1.12"
|
||||
ARG GOLANG_VERSION="1.16.5"
|
||||
|
||||
FROM golang:$GOLANG_VERSION-alpine as builder
|
||||
RUN apk --no-cache add tzdata
|
||||
|
||||
Reference in New Issue
Block a user