From 156bd84553d7ae164e1e486ef1bda266917b7857 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Tue, 29 Mar 2022 15:44:16 +0200 Subject: [PATCH] Update corteza-locale dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0832d5fa..d96ff79b1 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ webapp: @ $(MAKE) --directory=webapp locale.update: - $(GO) get github.com/cortezaproject/corteza-locale@2022.3.x + $(GO) get github.com/cortezaproject/corteza-locale@2022.9.x $(GO) mod vendor git add --all vendor/github.com/cortezaproject git commit -m 'Update corteza-locale dep' vendor/github.com/cortezaproject vendor/modules.txt go.mod go.sum