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