ci: test purego ignore 1.23 first, there's one bug in golang

This commit is contained in:
Sun Yimin 2024-11-29 17:46:40 +08:00 committed by GitHub
parent 9582d8e524
commit 30077cd1d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ jobs:
GODEBUG: x509sha1=1
- name: Test Generic only
if: ${{ matrix.goVer != '1.18' }}
if: ${{ matrix.goVer != '1.18' && matrix.goVer != '1.23' }}
run: go test -short -tags purego ./...
env:
GODEBUG: x509sha1=1