From 6574be6d0f65e1bc01950913ab778f3fe0d4d167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:07:24 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e150db3..b17834a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/secret-generator -go 1.23.1 +go 1.23.2 require ( github.com/google/uuid v1.6.0