diff --git a/Makefile b/Makefile index d9d0af1..50092a9 100644 --- a/Makefile +++ b/Makefile @@ -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) \