From d528cafaf796674dc86b4ff078e8b5aecd57a441 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:58:15 +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 1e4ec24..a3d37d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version-file: examples/go.mod cache: true cache-dependency-path: examples/go/go.sum From a4f4ad61d3663d37776c0cec07df371883ebb9aa Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 13:04:24 +0300 Subject: [PATCH 2/2] ci: examples module lives at go/go.mod 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 a3d37d9..4798411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version-file: examples/go.mod + go-version-file: examples/go/go.mod cache: true cache-dependency-path: examples/go/go.sum