Skip to content

Commit 30077cd

Browse files
authored
ci: test purego ignore 1.23 first, there's one bug in golang
1 parent 9582d8e commit 30077cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GODEBUG: x509sha1=1
5555

5656
- name: Test Generic only
57-
if: ${{ matrix.goVer != '1.18' }}
57+
if: ${{ matrix.goVer != '1.18' && matrix.goVer != '1.23' }}
5858
run: go test -short -tags purego ./...
5959
env:
6060
GODEBUG: x509sha1=1

0 commit comments

Comments
 (0)