ci(deps): add Go module proxy configuration
Some checks failed
Build Backend / build (push) Failing after 19s
Build Backend / build-docker (push) Has been skipped

Configure GOPROXY to use https://goproxy.cn as primary proxy with direct fallback for Go module fetching in CI builds.
This commit is contained in:
lafay
2026-04-25 22:49:56 +08:00
parent e5c8fd7860
commit 898c0e6d9c

View File

@@ -12,6 +12,7 @@ on:
env:
GO_VERSION: '1.26'
GOPROXY: https://goproxy.cn,direct
jobs:
build: