update: GOPROXY in release workflow
CI / Release / CI (push) Successful in 3m37s
CI / Release / Release (push) Failing after 1m27s

This commit is contained in:
tao.chen
2026-07-14 19:11:43 +08:00
parent 02499922b4
commit 1460303b3e
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
rm go1.25.5.linux-amd64.tar.gz
fi
echo "/usr/local/go/bin" >> $GITHUB_PATH
echo "GOPROXY=https://goproxy.cn,direct" >> $GITHUB_ENV
echo "GOPROXY=https://goproxy.cn/,https://goproxy.io,direct" >> $GITHUB_ENV
- name: Build release binary
run: GOOS=linux GOARCH=amd64 go build -o spark-mcp-linux-amd64 ./main.go