Skip to content

Commit b6d34db

Browse files
committed
Revert path to golangci-lint
1 parent d832845 commit b6d34db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727

2828
.PHONY: lint
2929
lint: lint-prepare ## Run the golangci linter
30-
@bin/golangci-lint run
30+
golangci-lint run
3131

3232
.PHONY: tidy
3333
tidy: ## Remove unused dependencies

0 commit comments

Comments
 (0)