Skip to content

Commit

Permalink
Completely fix Go 1.22 patching error caused by upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeArthurScofield authored Jan 2, 2025
1 parent 61fdbb9 commit 05ad725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-go1_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
# Patches for Go 1.22.x before more minor changes introduces.
- name: Apply patch
run: |
curl https://github.com/XTLS/go-win7/commit/47686a8247e6671fd1b5b4cdae4a922a3e2f1f3b.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/60dbd2bd6246daac20073582faf72db385e3180a.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/b6c011ff7621391034ed4287ab76aadf820dcbca.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/106b03e22547611763c7df037831601d4c080753.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/e4701f06a6358bda901e72cbff44f414d902e988.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/41373f90356fd86e9cbe78c7a71c76066a6730c1.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/481cebf65c4052379cf3cda5db5588c48f2446f6.diff | patch --verbose -p 1
curl https://github.com/XTLS/go-win7/commit/21d5caecf644a12d938c45f18e2b55f04b47f0b0.diff | patch --verbose -p 1
- name: Build patched Go
shell: bash
Expand Down

0 comments on commit 05ad725

Please sign in to comment.