From caa8d4f5a87889abc77d759070086140ddc57fab Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Thu, 10 Apr 2025 17:07:36 +0200 Subject: [PATCH] chore: update stackit-sdk-go/core version --- 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 1c764ef..5bc4dd9 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.21 require ( - github.com/stackitcloud/stackit-sdk-go/core v0.16.2 + github.com/stackitcloud/stackit-sdk-go/core v0.17.1 )