From a9cb46aba77020a3ef174048a535a2605900f61f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:45:53 +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 75d0c62e..3ad544cf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/microkit go 1.25.0 -toolchain go1.26.4 +toolchain go1.26.6 require ( github.com/giantswarm/microerror v0.4.1