fix: switch GOPROXY to mirrors.aliyun.com (goproxy.cn resolves to overseas IP)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Go 代理(国内环境使用 goproxy.cn)
|
||||
GOPROXY ?= https://goproxy.cn,direct
|
||||
# Go 代理(国内环境使用阿里云镜像)
|
||||
GOPROXY ?= https://mirrors.aliyun.com/goproxy/,direct
|
||||
GOPRIVATE ?= hz-gitea.sea-studio.top
|
||||
|
||||
.PHONY: tidy build run dev clean
|
||||
|
||||
Reference in New Issue
Block a user