From 86caec9c402864a456135245034c503271a52b82 Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:19:41 +0200 Subject: [PATCH] chore: update go version Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index be00e16..430e9ba 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/external-secrets/reloader -go 1.26.5 +go 1.26.6 require ( cloud.google.com/go/iam v1.11.0