diff --git a/.github/workflows/test-go1_22.yml b/.github/workflows/test-go1_22.yml index bc9c3b56a4a630..a7dab16d924365 100644 --- a/.github/workflows/test-go1_22.yml +++ b/.github/workflows/test-go1_22.yml @@ -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