fix: 设置 GOPROXY=https://goproxy.cn
All checks were successful
Release / build-and-release (push) Successful in 6m5s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 11:59:39 +08:00
parent cd35b1732a
commit ae4d361ebe

View File

@@ -8,6 +8,8 @@ on:
jobs: jobs:
build-and-release: build-and-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GOPROXY: https://goproxy.cn,direct
steps: steps:
- name: Checkout - name: Checkout
env: env: