Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ NFPM = github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.36.1
GOTESTCOVERAGE = github.com/vladopajic/go-test-coverage/v2@v2.10.1
BENCHSTAT = golang.org/x/perf/cmd/benchstat@v0.0.0-20240404204407-f3e401e020e4
BUF = github.com/bufbuild/buf/cmd/buf@v1.30.1
PROMTAIL = github.com/prometheus/promtail/cmd/promtail@v2.10.0

install-tools: ## Install tool dependencies
@echo "Installing Tools"
Expand All @@ -23,5 +22,4 @@ install-tools: ## Install tool dependencies
@$(GOINST) $(GOTESTCOVERAGE)
@$(GOINST) $(BENCHSTAT)
@$(GOINST) $(BUF)
@$(GOINST) $(PROMTAIL)
@$(GORUN) $(LEFTHOOK) install
Loading