golang 1.17

This commit is contained in:
Anton Zadvorny 2021-11-15 16:32:45 +03:00
parent 7b6c8469b5
commit 88c1827855
1 changed files with 3 additions and 3 deletions

View File

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