diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3c9d6a..c49c0d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,7 @@ jobs: strategy: fail-fast: false matrix: - go: - - '1.21' # oldest version this package supports - - '1.22' # oldstable Go version - - '1.23' # stable Go version + go: ["1.25", "1.24"] # auto-update/supported-go-version-list name: Linux Go ${{ matrix.go }} steps: - name: Checkout @@ -44,9 +41,7 @@ jobs: strategy: fail-fast: false matrix: - go: - - '1.22' - - '1.23' + go: ["1.25", "1.24"] # auto-update/supported-go-version-list runs-on: macos-latest name: Darwin Go ${{ matrix.go }} steps: