From 0a9480a95477b687de2001974e428fec6b7963c6 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Mon, 23 Mar 2026 13:53:51 -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 ce60596d..712e2947 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] + go-version: [1.25.x, 1.26.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: From 74a3dad64dbb6d03738d92c539f1da2956647715 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Mon, 23 Mar 2026 14:08:49 -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 712e2947..7842feb3 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: