From c609e5083fe1c74020406ae471bedebeea41f5c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:37:11 +0000 Subject: [PATCH 1/2] Initial plan From 477d93178db5a17cd7d35b758bd2cbcd1b2d5bbd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:39:32 +0000 Subject: [PATCH 2/2] fix: update go-version to 1.23 in CI workflow for parser-test-action Co-authored-by: coder3101 <22212259+coder3101@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd4ddfe..7f8dbf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,3 +46,4 @@ jobs: test-go: true test-swift: false test-node: false + go-version: "1.23"