Compare commits

..

No commits in common. "master" and "1.20.5" have entirely different histories.

View File

@ -1,12 +1,15 @@
FROM golang:1.23-alpine
FROM golang:1.20-alpine
ENV TZ=Europe/Moscow
ENV TERM=xterm-color
ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GO111MODULE=on
ENV GOPRIVATE=go.pkg.cx
ENV GOLANGCI=1.63.4
ENV GOLANGCI=1.53.2
RUN \
apk add --no-cache --update bash curl git tzdata && \