diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 437f805..bc5c5ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x] + go-version: [1.17.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: