mirror of https://gitee.com/answerdev/answer.git
go mod
This commit is contained in:
parent
37852646b4
commit
ef6c4402cf
|
@ -3,7 +3,8 @@ LABEL maintainer="aichy@sf.com"
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
# ENV GOPROXY ${GOPROXY:-direct}
|
# ENV GOPROXY ${GOPROXY:-direct}
|
||||||
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/
|
ENV GOPROXY=https://proxy.golang.com.cn,direct
|
||||||
|
ENV GOPROXY=https://proxy.golang.com.cn,direct
|
||||||
|
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
ENV GOROOT /usr/local/go
|
ENV GOROOT /usr/local/go
|
||||||
|
|
Loading…
Reference in New Issue