From 618771ad485d92a4d7abd8753c0e20e24ae8d751 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 10:59:43 +0000 Subject: [PATCH 1/2] Initial plan From 0fb9f85922549931ce1765b112916d92b55fb32a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:03:39 +0000 Subject: [PATCH 2/2] Update CI to support Go 1.23, 1.24, and 1.25 Co-authored-by: costela <94699+costela@users.noreply.github.com> --- .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 3c84e00..cc019a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go-version: [1.24, 1.25] + go-version: [1.23, 1.24, 1.25] steps: - name: Checkout code