From 6df2e869020daa749c14b6e756bebd55fce8f101 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:54:03 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4db41d0..41a37f9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/secret-generator -go 1.21 +go 1.21.3 require ( github.com/google/uuid v1.4.0