treewide: switch GOPROXY mirror to goproxy.io

This commit is contained in:
CN_SZTL 2020-11-04 12:36:11 +08:00
parent 12ae7241dc
commit 5c984d212e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
4 changed files with 5 additions and 7 deletions

View File

@ -58,7 +58,7 @@ endef
ifeq ($(CONFIG_ANNIE_COMPRESS_GOPROXY),y)
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
export GOPROXY=https://goproxy.io
endif
define Build/Prepare
@ -83,4 +83,4 @@ define Package/annie/install
endef
$(eval $(call GoBinPackage,annie))
$(eval $(call BuildPackage,annie))
$(eval $(call BuildPackage,annie))

View File

@ -63,7 +63,7 @@ endef
ifeq ($(CONFIG_FILEBROWSER_COMPRESS_GOPROXY),y)
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
export GOPROXY=https://goproxy.io
endif
define Build/Compile

View File

@ -41,8 +41,7 @@ endef
ifeq ($(CONFIG_$(PKG_NAME)_INCLUDE_GOPROXY),y)
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
#export GOPROXY=https://goproxy.io
export GOPROXY=https://goproxy.io
#export GOPROXY=https://mirrors.aliyun.com/goproxy/
endif

View File

@ -60,8 +60,7 @@ endef
ifeq ($(CONFIG_TROJAN_GO_COMPRESS_GOPROXY),y)
export GO111MODULE=on
GOPROXY=https://goproxy.cn
#export GOPROXY=https://goproxy.io
export GOPROXY=https://goproxy.io
#export GOPROXY=https://mirrors.aliyun.com/goproxy/
endif