fix: switch GOPROXY to mirrors.aliyun.com (goproxy.cn resolves to overseas IP)

This commit is contained in:
2026-06-23 17:38:57 +08:00
parent 5c7047f2d0
commit 4ce28231fd

View File

@@ -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