This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/main by this push:
new c1cd2bba ci(github): remove GOPROXY for github action
c1cd2bba is described below
commit c1cd2bbaddb002f29a8099fb47e52a484c491800
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