From b28891fa312633ebc026c050c80bf3e86d91a913 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:57:14 +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 160c2d9..1fd053d 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: nameserver/go.mod cache: true cache-dependency-path: nameserver/go.sum From 6e6a8e5b649263e4224cd8b56164db8ccb3ead40 Mon Sep 17 00:00:00 2001 From: Calin Teodor Date: Mon, 13 Jul 2026 12:57:22 +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 40ba3f5..39571ee 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/pilot-protocol/nameserver -go 1.25.11 +go 1.25.12 require github.com/pilot-protocol/common v0.5.7