Update go and golangci-lint versions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anton Zadvorny 2019-04-01 17:34:13 +03:00
parent 22b1a0b926
commit 4cdc912ae7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
FROM golang:1.11-alpine
FROM golang:1.12-alpine
ENV TZ=Europe/Moscow
ENV TERM=xterm-color
ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GOLANGCI=1.13
ENV GOLANGCI=1.16.0
RUN \
apk add --no-cache --update bash curl git tzdata && \