Compare commits

..

2 Commits

Author SHA1 Message Date
Anton Zadvorny
ef1e92f765 Set GOPRIVATE environment variable
Some checks failed
continuous-integration/drone/push Build is failing
2021-11-15 17:40:34 +03:00
Anton Zadvorny
c34bbbdfaf golang 1.17 2021-11-15 17:40:34 +03:00

View File

@ -9,7 +9,7 @@ ENV GOARCH=amd64
ENV GO111MODULE=on
ENV GOPRIVATE=go.pkg.cx
ENV GOLANGCI=1.43.0
ENV GOLANGCI=1.42.1
ENV GOSWAG=1.7.4
RUN \