Browse Source

去除国内 golang 镜像使用,避免在 github action 导致下载问题

Signed-off-by: allan716 <[email protected]>
allan716 3 years ago
parent
commit
73b28dbe46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,7 +19,7 @@ LABEL stage=gobuilder
 ENV CGO_ENABLED 1
 ENV GO111MODULE=on
 ENV GOOS linux
-ENV GOPROXY https://goproxy.cn,direct
+#ENV GOPROXY https://goproxy.cn,direct
 
 # 切换工作目录
 WORKDIR /homelab/buildspace