build-sys: fix revive installation

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2024-05-18 22:42:44 +00:00
parent f854d87b16
commit addf138d36
+1 -1
View File
@@ -15,7 +15,7 @@ TMPDIR ?= .tmp
REVIVE ?= $(GOBIN)/revive
REVIVE_CONF ?= $(TOOLSDIR)/revive.toml
REVIVE_RUN_ARGS ?= -config $(REVIVE_CONF) -formatter friendly
REVIVE_INSTALL_URL ?= github.com/mgechev/revive
REVIVE_INSTALL_URL ?= github.com/mgechev/revive@master
GO_INSTALL_URLS = \
$(REVIVE_INSTALL_URL) \