Compare commits

..

2 Commits

Author SHA1 Message Date
Anton Zadvorny e68f9644b4 Set GOPRIVATE environment variable
continuous-integration/drone/push Build is failing Details
2021-11-15 16:34:03 +03:00
Anton Zadvorny 88c1827855 golang 1.17 2021-11-15 16:32:45 +03:00
1 changed files with 1 additions and 1 deletions

View File

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