From 3c7b4ea953031b1ac2d75123305fe424812d67a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:04:25 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2e00ebd..f037c80 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/giantswarm/microerror go 1.21 -toolchain go1.26.4 +toolchain go1.26.5 require github.com/google/go-cmp v0.7.0