From 7bfb7ee7fa3935d60818edcecb2a1fe9a19b2429 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Sun, 24 Apr 2022 09:57:08 +0200 Subject: [PATCH] Rename make task 'outdated' to 'vendors.check' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84c37d423..442b7bb1f 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ locale.update: git commit -m 'Update corteza-locale dep' vendor/github.com/cortezaproject vendor/modules.txt go.mod go.sum -outdated: $(MODOUTDATED) +vendors.check: $(MODOUTDATED) $(GO) list -mod=mod -u -m -json all | $(MODOUTDATED) -update -direct #######################################################################################################################