浏览代码

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

Signed-off-by: allan716 <[email protected]>
allan716 3 年之前
父节点
当前提交
73b28dbe46
共有 1 个文件被更改,包括 1 次插入1 次删除
  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