From cc13be862cc360234d2ea6c2bb575896e29eab24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 01:24:07 +0000 Subject: [PATCH] renovate: Update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 02d7478..ca28d1f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/luno/bchutil go 1.26.0 -toolchain go1.26.1 +toolchain go1.26.3 require ( github.com/btcsuite/btcd v0.25.0