This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch fix/ci in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit d7113844b329b0fa2e0380536439ec8cf51f14d5 Author: LinkinStars <[email protected]> AuthorDate: Fri Nov 17 19:59:19 2023 +0800 ci(github): remove GOPROXY for github action --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3bacfd3c..38ca086c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ LABEL maintainer="[email protected]" ARG GOPROXY # ENV GOPROXY ${GOPROXY:-direct} -ENV GOPROXY=https://proxy.golang.com.cn,direct +# ENV GOPROXY=https://proxy.golang.com.cn,direct ENV GOPATH /go ENV GOROOT /usr/local/go
