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)
|
# Go 代理(国内环境使用阿里云镜像)
|
||||||
GOPROXY ?= https://goproxy.cn,direct
|
GOPROXY ?= https://mirrors.aliyun.com/goproxy/,direct
|
||||||
GOPRIVATE ?= hz-gitea.sea-studio.top
|
GOPRIVATE ?= hz-gitea.sea-studio.top
|
||||||
|
|
||||||
.PHONY: tidy build run dev clean
|
.PHONY: tidy build run dev clean
|
||||||
|
|||||||
Reference in New Issue
Block a user