diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bc93d75..67774cc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,3 +23,6 @@ jobs: - name: Test run: go test -v ./... + env: + GODEBUG: x509sha1=1 + GOARCH: ${{ matrix.arch }} \ No newline at end of file