From 6dccd70945c729659821776a154e4c974cf38508 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Mon, 23 Mar 2026 13:53:53 -0400 Subject: [PATCH 1/2] ci: drop Go 1.24 from test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5dd805..36246ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - go-version: [1.25.x, 1.24.x, 1.23.x] + go-version: [1.25.x, 1.26.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: From 8bd9c0a7fb4c5078ee1379305586aea3c2e1cd5c Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Mon, 23 Mar 2026 14:09:08 -0400 Subject: [PATCH 2/2] ci: test only on Go 1.25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36246ec..85169a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - go-version: [1.25.x, 1.26.x] + go-version: [1.25.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: