diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c11960f478b..38a76802bc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,8 @@ jobs: Build: strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x] + # NOTE: Always list the version from go.mod + go-version: ["1.17.x", "1.18.x", "1.19.x", "1.20.x", "1.21.x"] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: