From f7e8f6cf2f881ebb41cef3819433424b5eb9e472 Mon Sep 17 00:00:00 2001 From: "clagentic-builder[bot]" <290147524+clagentic-builder[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:13:06 -0400 Subject: [PATCH 1/2] ci(workflows): float GitHub setup-go pin to 1.25.x (lr-539a14) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5841501..0f93acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.0" + go-version: "1.25.x" - name: Build + test run: | @@ -52,7 +52,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.0" + go-version: "1.25.x" - name: govulncheck run: | From 54f0c0518e1974936c5ca516a47e161bb91c26ac Mon Sep 17 00:00:00 2001 From: "clagentic-builder[bot]" <290147524+clagentic-builder[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:13:10 -0400 Subject: [PATCH 2/2] build(go.mod): bump toolchain directive to 1.25.5 (lr-539a14) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6c5eee1..e367eb1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clagentic/clagentic-router -go 1.25.0 +go 1.25.5 require ( github.com/google/uuid v1.6.0