diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 256fc3f..9cc8f95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ macos-latest, windows-latest, ubuntu-latest ] - go: [ 1.12, 1.13, 1.14 ] + go: [ 1.16, 1.17, 1.18 ] steps: - name: Checkout the code uses: actions/checkout@v2 @@ -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