From 26c60cc4886123745dc0d0f80514c4e8d38f9f9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:54:22 +0000 Subject: [PATCH] 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 f5d378ef..8c2f42f2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/stackitcloud/gardener-extension-acl go 1.26.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/gardener/gardener v1.143.1