From 12fa8ea05682634a46123c09ccace9df95577320 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Jun 2025 07:07:58 -0400 Subject: [PATCH] feat: set GOPROXY --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 128da83..6b772e9 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,10 @@ all: build prepare: git submodule update --init --remote + go env -w GOPROXY=https://goproxy.io,direct $(MAKE) -C JOJ3 cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ - # ls -lha bin + ls -lha bin # upx --best bin/joj3 bin/repo-health-checker # ls -lha bin