From 3c812f949fcf3201723597a031bb47cfbc4a62e8 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:58:28 +0300 Subject: [PATCH] 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 c778d51..c12ae9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version-file: go.mod cache: true - name: Run tests with coverage