From 9609b201c12159fd630350acde6f1e9beb319828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Fri, 10 Nov 2023 11:06:37 +0000 Subject: [PATCH] Update core dependency in go.mod template --- templates/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go.mod.mustache b/templates/go.mod.mustache index ed5e496..bdc8ac3 100644 --- a/templates/go.mod.mustache +++ b/templates/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.18 require ( - {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.4.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.6.0 )