diff --git a/templates/go/go.mod.mustache b/templates/go/go.mod.mustache index 4d781d7..4bbea27 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 ( - {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.15.1 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.16.0 )