From cffd7cbddc73a3eaa6900f7652d03f1f2a64f69a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:01:23 +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 f037c80..03f946b 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/giantswarm/microerror go 1.21 -toolchain go1.26.5 +toolchain go1.26.6 require github.com/google/go-cmp v0.7.0