From 73097514e608b21312b3ca710d159a41203be2cf Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:55:34 +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 738e3b5..95e0f5b 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: webhook/go.mod cache: true cache-dependency-path: webhook/go.sum From 38f72753b4013c3d6f780c7d1bb2de7b5589c5c8 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:55:37 +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 e6af0f8..28d40f8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pilot-protocol/webhook -go 1.25.10 +go 1.25.12 require github.com/pilot-protocol/handshake v0.2.1