diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ff4d899..38793a37 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, 1.17.x] + go-version: [1.14, 1.15, 1.16, 1.17] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: