You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
enable builds to use GOPROXY
This commit is contained in:
@ -9,6 +9,8 @@ RUN apk --update --no-cache add \
|
||||
WORKDIR $GOPATH/src/gitlab.com/geeks-accelerator/oss/saas-starter-kit
|
||||
|
||||
# Enable go modules.
|
||||
ARG GOPROXY=https://goproxy.io
|
||||
ENV GOPROXY=$GOPROXY
|
||||
ENV GO111MODULE="on"
|
||||
COPY go.mod .
|
||||
COPY go.sum .
|
||||
|
Reference in New Issue
Block a user