mirror of https://gitee.com/answerdev/answer.git
update action goproxy
This commit is contained in:
parent
c9b697318f
commit
83763a1095
|
@ -11,7 +11,7 @@ FROM golang:1.19-alpine AS golang-builder
|
|||
LABEL maintainer="aichy@sf.com"
|
||||
|
||||
ARG GOPROXY
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
ENV GOPROXY=https://goproxy.io,direct
|
||||
|
||||
ENV GOPATH /go
|
||||
ENV GOROOT /usr/local/go
|
||||
|
|
Loading…
Reference in New Issue