update: GOPROXY in building workflow
CI / Release / Release (push) Has been cancelled
CI / Release / CI (push) Has been cancelled

This commit is contained in:
tao.chen
2026-07-14 19:06:53 +08:00
parent 25c2fc66be
commit 02499922b4
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
rm go1.25.5.linux-amd64.tar.gz rm go1.25.5.linux-amd64.tar.gz
fi fi
echo "/usr/local/go/bin" >> $GITHUB_PATH 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 - name: Build
run: go build ./... run: go build ./...