Update go to 1.16

This commit is contained in:
Fedor Korotkiy 2021-02-22 12:46:25 +03:00
parent f1997376ee
commit 3e7fa4ca10

View file

@ -1,7 +1,7 @@
FROM golang:1.13
FROM golang:1.16
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6