From c6ce4dab7d8667a41ff2f10e323ea646f1f095fd Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 26 Apr 2026 21:53:27 -0700 Subject: [PATCH] chore: use goproxy.cn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b772e9..de1f258 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: build prepare: git submodule update --init --remote - go env -w GOPROXY=https://goproxy.io,direct + go env -w GOPROXY=https://goproxy.cn,direct $(MAKE) -C JOJ3 cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ ls -lha bin