From c364197d2249ea625b218cd5b9fd8123c5641668 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:25:46 +0000 Subject: [PATCH 1/2] Initial plan From b49f37a7ab081cf9d063a64a62f334fe0790dbe5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:45:20 +0000 Subject: [PATCH 2/2] Fix lint CI failure by pinning golangci-lint to v1.x Co-authored-by: kevinelliott <123112+kevinelliott@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1b603e..69bcb04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,6 +64,6 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: latest + version: v1.x args: --timeout=5m