From d77a4bfe9ee5ec9116b9e80f8d275e141a37c6a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 05:17:30 +0000 Subject: [PATCH] build(deps): update module go to 1.18 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..c915011 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/keptn-contrib/prometheus-service -go 1.17 +go 1.18 require ( github.com/Masterminds/semver/v3 v3.1.1