8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7588fcf commit 7aa8c9fCopy full SHA for 7aa8c9f
Makefile.tools
@@ -8,7 +8,6 @@ NFPM = github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.36.1
8
GOTESTCOVERAGE = github.com/vladopajic/go-test-coverage/v2@v2.10.1
9
BENCHSTAT = golang.org/x/perf/cmd/benchstat@v0.0.0-20240404204407-f3e401e020e4
10
BUF = github.com/bufbuild/buf/cmd/buf@v1.30.1
11
-PROMTAIL = github.com/prometheus/promtail/cmd/promtail@v2.10.0
12
13
install-tools: ## Install tool dependencies
14
@echo "Installing Tools"
@@ -23,5 +22,4 @@ install-tools: ## Install tool dependencies
23
22
@$(GOINST) $(GOTESTCOVERAGE)
24
@$(GOINST) $(BENCHSTAT)
25
@$(GOINST) $(BUF)
26
- @$(GOINST) $(PROMTAIL)
27
@$(GORUN) $(LEFTHOOK) install
0 commit comments