Fix building wheels for Python 3.7 (#1933)

This commit is contained in:
Fangjun Kuang
2025-02-27 13:02:46 +08:00
committed by GitHub
parent 337d5f7a80
commit 815ebac8f9
6 changed files with 19 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '>=1.12'
go-version: '>=1.17'
- name: Display go version
shell: bash