aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/Makefile')
-rw-r--r--worker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/Makefile b/worker/Makefile
index 3c69e4b..ad15562 100644
--- a/worker/Makefile
+++ b/worker/Makefile
@@ -8,4 +8,4 @@ check:
.PHONY: lint
lint:
- go vet ./...
+ go run github.com/golangci/golangci-lint/cmd/golangci-lint run