diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5dbda95..2fa8f26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [oldstable, stable] + go-version: [1.21.x, 1.22.x] steps: - name: Checkout code uses: actions/checkout@v2