Skip to content

Commit

Permalink
ci: test purego ignore 1.23 first, there's one bug in golang
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 29, 2024
1 parent 9582d8e commit 30077cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30077cd

Please sign in to comment.