chore: Remove Go proxy setup from build workflow
Some checks failed
Build / build (push) Failing after 3m8s
Build / build-docker (push) Has been skipped

- Eliminated the Go proxy configuration from the build workflow to streamline the setup process.
- This change simplifies the environment setup for dependency management.
This commit is contained in:
lafay
2026-01-10 04:47:14 +08:00
parent ef460ec891
commit 6338592d27

View File

@@ -23,12 +23,6 @@ jobs:
go-version: '1.25'
cache: false
- name: Set up Go Proxy
run: |
echo "GOPROXY=https://goproxy.cn,direct" >> $GITHUB_ENV
echo "GOSUMDB=off" >> $GITHUB_ENV
echo "已设置国内 Go 代理"
- name: Download dependencies
run: go mod download