From 6fcba5bf973baef0c7358c091ab4503d85fb82bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Oct 2024 01:35:32 +0000 Subject: [PATCH] Update module github.com/stackitcloud/stackit-sdk-go to v0.14.0 --- templates/go/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go/go.mod.mustache b/templates/go/go.mod.mustache index d3f1ad8..e17160b 100644 --- a/templates/go/go.mod.mustache +++ b/templates/go/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.18 require ( - {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.13.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.14.0 )