From 30077cd1d674473d1628144e27ad1a8778d8385a Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 29 Nov 2024 17:46:40 +0800 Subject: [PATCH] ci: test purego ignore 1.23 first, there's one bug in golang --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60582c1..cf1449d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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