mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-09-03 12:00:22 +08:00
feat(拉取依赖): 调整GOPROXY写法
This commit is contained in:
2 files changed
+49
-49
No files matched your search
+1
-1
@@ -23,4 +23,4 @@ COPY android-ndk-r29 /usr/local/android-ndk-r29
|
||||
# 环境变量
|
||||
ENV PATH=$PATH:/usr/local/go-legacy-win7/bin:/usr/local/android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
ENV GOPROXY=https://goproxy.cn|direct
|
||||
+1
-1
@@ -20,4 +20,4 @@ COPY android-ndk-r29 /usr/local/android-ndk-r29
|
||||
# 环境变量
|
||||
ENV PATH=$PATH:/usr/local/go-legacy-win7/bin:/usr/local/android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.aite.xyz,direct
|
||||
ENV GOPROXY=https://goproxy.aite.xyz|direct
|
||||
Reference in New Issue
Block a user