diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca922f8c7..543170aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go: [ 1.16, 1.15 ] + go: [ 1.17, 1.16, 1.15 ] name: Tests Go ${{ matrix.go }} runs-on: ubuntu-18.04