chore: update patch file for goissue77975

This commit is contained in:
wwqgtxx
2026-03-09 20:32:25 +08:00
parent fcf780a0d3
commit 3aa668c557
2 changed files with 220 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ jobs:
# TODO: remove after issue77975 fixed, see: https://github.com/golang/go/issues/77975
- name: Fix issue77975 for Golang1.26
if: ${{ matrix.jobs.goversion == '1.26' }}
if: ${{ matrix.go-version == '1.26' }}
run: |
cd $(go env GOROOT)
patch --verbose -p 1 < $GITHUB_WORKSPACE/.github/patch/issue77975.patch