From 32ac5673e2e5bcb4d3efa949e23b6e8af7833127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:18:45 +0000 Subject: [PATCH] Update dependency go to v1.21.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a245533..9159ecb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/appuio/emergency-credentials-controller -go 1.21.5 +go 1.21.6 require ( github.com/Masterminds/sprig/v3 v3.2.3