From 1bc163cd9992d5015ca41be6746e14ddfd9e70d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:05:11 +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 390e5303..904d5765 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