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 6784bfe commit c170abeCopy full SHA for c170abe
Makefile
@@ -21,7 +21,7 @@ build-goreleaser: ## Build all binaries using GoReleaser
21
22
.PHONY: lint
23
lint: ## Run linter
24
- go run github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) run --fix
+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) run --fix
25
26
.PHONY: test
27
test: ## Run tests
0 commit comments