Skip to content

Commit c170abe

Browse files
committed
Update the make target for lint
1 parent 6784bfe commit c170abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-goreleaser: ## Build all binaries using GoReleaser
2121

2222
.PHONY: lint
2323
lint: ## Run linter
24-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) run --fix
24+
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) run --fix
2525

2626
.PHONY: test
2727
test: ## Run tests

0 commit comments

Comments
 (0)