Update golang to 1.16.5, migrate to go modules

This commit is contained in:
Sergey Bogatyrets
2021-07-07 18:47:42 +03:00
parent c839f5c1e5
commit 45f9659532
630 changed files with 25 additions and 162902 deletions
+1 -1
View File
@@ -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