diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8594027..9194f0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15', '1.16.4' ] + go: [ '1.15', '1.16' ] env: TEST_RESULTS: /tmp/test-results name: Go ${{ matrix.go }} test