diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 177f9375..aa0857f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x] + go-version: [1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.platform }} steps: