diff --git a/backend-go/Makefile b/backend-go/Makefile index 17d76c9..5c1b647 100644 --- a/backend-go/Makefile +++ b/backend-go/Makefile @@ -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