From 59a929dc55d44cb61a9e9c48ba67351be712e54f Mon Sep 17 00:00:00 2001 From: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:51:29 +0100 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.15.0 (#121) Co-authored-by: Renovate Bot --- 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 e17160b..3a0088e 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.14.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.15.0 )