From 226b4bf5440257eb6c1df86296251e35b27d6a72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Jun 2026 04:05:59 +0000 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.26.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 fae7219..5e27f2b 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.24.1 + github.com/stackitcloud/stackit-sdk-go/core v0.26.0 )