treewide: switch GOPROXY mirror to goproxy.io
This commit is contained in:
parent
12ae7241dc
commit
5c984d212e
@ -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))
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user