feat: set GOPROXY
All checks were successful
push / build (push) Successful in 1m18s

This commit is contained in:
张泊明518370910136 2025-06-19 07:07:58 -04:00
parent 2d15310348
commit 12fa8ea056
GPG Key ID: CA088E6D9284F870

View File

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