From b5955e9d8cc7c51c828f6cd73ef74b5e74f7f0fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:23:17 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41a37f9..3a772e5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/secret-generator -go 1.21.3 +go 1.21.4 require ( github.com/google/uuid v1.4.0