Skip to content

Commit fec5bec

Browse files
committed
ci(github): remove GOPROXY for github action
1 parent 9528a64 commit fec5bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL maintainer="[email protected]"
2020

2121
ARG GOPROXY
2222
# ENV GOPROXY ${GOPROXY:-direct}
23-
ENV GOPROXY=https://proxy.golang.com.cn,direct
23+
# ENV GOPROXY=https://proxy.golang.com.cn,direct
2424

2525
ENV GOPATH /go
2626
ENV GOROOT /usr/local/go

0 commit comments

Comments
 (0)