From b51e767399e820b04d9318df9813a984961430ec Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 13 Aug 2026 19:34:32 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4c84c7c4..e8b295e8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish go 1.25.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( github.com/MakeNowJust/heredoc/v2 v2.0.1