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