From 151e0699de0ce47f60f4a788d147724e80b8dbb9 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:58:00 +0300 Subject: [PATCH 1/2] ci: track go toolchain from go.mod (cascade bumps raise the directive) Co-Authored-By: Claude Fable 5 --- .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 a6382a1..80f96a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version-file: skillinject/go.mod cache: true cache-dependency-path: skillinject/go.sum From d953957566b145de5c86b00aba36d32f3e1d3f5a Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:58:03 +0300 Subject: [PATCH 2/2] go.mod: bump go directive to 1.25.12 (GO-2026-5856) Co-Authored-By: Claude Fable 5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06d9bc2..42d155f 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/pilot-protocol/skillinject -go 1.25.11 +go 1.25.12 require github.com/pilot-protocol/common v0.5.7