Set GOPRIVATE environment variable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Anton Zadvorny 2021-11-15 16:34:03 +03:00
parent 409175193d
commit d291192ce3

View File

@ -7,6 +7,7 @@ ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GO111MODULE=on
ENV GOPRIVATE=go.pkg.cx
ENV GOLANGCI=1.43.0
ENV GOSWAG=1.7.4