From 4cdc912ae7043093466b1449bd1cf2efaa3339c8 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Mon, 1 Apr 2019 17:34:13 +0300 Subject: [PATCH] Update go and golangci-lint versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f23db87..19437bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \