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 )