From 9a9a5631ed6152884343cf7941ec312ee8a36b3b Mon Sep 17 00:00:00 2001 From: Joe Turki Date: Tue, 7 Oct 2025 18:45:16 +0300 Subject: [PATCH] Update Go version in tests (#654) --- .github/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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: