diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d0b7aff0b..02c9a1bd5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.x] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: