From 344d513b8f4f2bd7b24acbac138604261fabd80a Mon Sep 17 00:00:00 2001 From: Eric Horwath <70013998+erichorwath@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:01:57 +0100 Subject: [PATCH] try new go.mod syntax 1.x.y https://github.com/incu6us/goimports-reviser/issues/129#issuecomment-1711400096 https://github.com/renovatebot/renovate/pull/25479 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c75b0e5..f0576e7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/component-operator-runtime -go 1.21 +go 1.21.5 require ( github.com/Masterminds/sprig/v3 v3.2.3