Update go and golangci-lint versions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Anton Zadvorny 2019-06-29 13:47:19 +03:00
parent 4cdc912ae7
commit 425b0fe78e

View File

@ -5,7 +5,7 @@ ENV TERM=xterm-color
ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GOLANGCI=1.16.0
ENV GOLANGCI=1.17.1
RUN \
apk add --no-cache --update bash curl git tzdata && \