From 56be25e710426a3187831ccf09c80fd7b58e06f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:35:00 +0000 Subject: [PATCH] build(deps): update module go to 1.19 Signed-off-by: Renovate Bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f3c211..ef1ecc4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/keptn-contrib/prometheus-service -go 1.17 +go 1.19 require ( github.com/Masterminds/semver/v3 v3.1.1