diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29e1762..9cc8f95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Run tests run: go test -v -coverprofile=covprofile ./... - name: Send coverage - if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.14'}} + if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.16'}} uses: shogo82148/actions-goveralls@v1.4.2 with: path-to-profile: covprofile \ No newline at end of file