fix macos action

This commit is contained in:
Sun Yimin 2024-01-24 13:16:41 +08:00 committed by GitHub
parent 8198f2aa8e
commit 8e6f9c8fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,3 +23,6 @@ jobs:
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...
env:
GODEBUG: x509sha1=1
GOARCH: ${{ matrix.arch }}