build-sys: update dependencies and fix revive's installation #47

Merged
amery merged 2 commits from pr-amery-chores into main 2024-05-25 23:39:21 +02:00
Showing only changes of commit addf138d36 - Show all commits
+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) \