From 0b817ddec37fd4097b7e1bb05a787e0e21245c0b Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:56:29 +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 71e8361..2309d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version-file: dataexchange/go.mod cache: true cache-dependency-path: dataexchange/go.sum From 05dac4c50f135a4d5c305f68539dfea01d777fb0 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:56:32 +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 01d8afc..10aebaa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pilot-protocol/dataexchange -go 1.25.11 +go 1.25.12 require ( github.com/pilot-protocol/common v0.5.7