From b6f3c7bf0409012ffe494a21a21587e2937294b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:15:56 +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 588fdc6..2aea3a6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/minekube/gate-plugin-template go 1.24.1 -toolchain go1.24.6 +toolchain go1.26.4 require ( github.com/go-logr/logr v1.4.3