From e9720f2fe5e0043cf35aff98f2e26b1149affd99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:12:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4ebc31a..4d31b53 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/secret-generator -go 1.23.2 +go 1.23.3 require ( github.com/google/uuid v1.6.0