From 5111ad5dd7ce5500fb462410ff1d68fbf11f8f3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Mar 2026 02:29:58 +0000 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.22.0 --- languages/golang/compat-layer/templates/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/golang/compat-layer/templates/go.mod.mustache b/languages/golang/compat-layer/templates/go.mod.mustache index 7a29548..29dd59b 100644 --- a/languages/golang/compat-layer/templates/go.mod.mustache +++ b/languages/golang/compat-layer/templates/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.21 require ( - github.com/stackitcloud/stackit-sdk-go/core v0.21.1 + github.com/stackitcloud/stackit-sdk-go/core v0.22.0 )