diff --git a/languages/golang/compat-layer/templates/go.mod.mustache b/languages/golang/compat-layer/templates/go.mod.mustache index 7a295481..29dd59b1 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 )