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