From a53e4647536a73dc3c5f3704791d82fc430b56fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:00:48 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 59171bc3..76cdec64 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/microkit go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/giantswarm/microerror v0.4.1