From cef4875ab088707e4e94f02cbb958ac0be3b22b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:01:00 +0000 Subject: [PATCH] chore(go.mod/go.sum): update dependency go to v1.22.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8600a48..1f01bcc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/secret-generator -go 1.21.6 +go 1.22.0 require ( github.com/google/uuid v1.6.0