release: Fix windows7 build

This commit is contained in:
世界
2025-11-16 09:09:34 +08:00
parent 216c4c8bd4
commit 6421252d44

View File

@@ -107,7 +107,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
if: ${{ ! (matrix.legacy_go123 || matrix.legacy_go124) }}
if: ${{ ! (matrix.legacy_win7 || matrix.legacy_go124) }}
uses: actions/setup-go@v5
with:
go-version: ^1.25.3