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 be5d290 commit f5621bdCopy full SHA for f5621bd
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