diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 5c97680..e5d169b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -5,7 +5,7 @@ jobs: name: Test MacOS strategy: matrix: - go-version: ['oldstable', 'stable'] + go-version: [1.20.x, 1.21.x] platform: [macos-latest] runs-on: ${{ matrix.platform }} steps: @@ -33,7 +33,7 @@ jobs: name: Test Linux Integration strategy: matrix: - go-version: ['oldstable', 'stable'] + go-version: [1.20.x, 1.21.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: