diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a7285b..80b8c42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: ['oldstable', 'stable'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -25,4 +25,4 @@ jobs: uses: actions/checkout@v4 - name: Test - run: go test ./... \ No newline at end of file + run: go test ./...