golang 1.16
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Anton Zadvorny 2021-04-13 16:31:12 +03:00
parent e457add572
commit 7b6c8469b5

View File

@ -1,4 +1,4 @@
FROM golang:1.15-alpine FROM golang:1.16-alpine
ENV TZ=Europe/Moscow ENV TZ=Europe/Moscow
ENV TERM=xterm-color ENV TERM=xterm-color
@ -8,8 +8,8 @@ ENV GOOS=linux
ENV GOARCH=amd64 ENV GOARCH=amd64
ENV GO111MODULE=on ENV GO111MODULE=on
ENV GOLANGCI=1.31.0 ENV GOLANGCI=1.39.0
ENV GOSWAG=1.6.7 ENV GOSWAG=1.7.0
RUN \ RUN \
apk add --no-cache --update bash curl git tzdata && \ apk add --no-cache --update bash curl git tzdata && \