Skip to content

Commit

Permalink
build: Fix path to golangci-lint binary (#5131)
Browse files Browse the repository at this point in the history
Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan committed Feb 17, 2021
1 parent 5e64ec4 commit 5c5c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ lint: server/static/files.go $(GOPATH)/bin/golangci-lint
# Tidy Go modules
go mod tidy
# Lint Go files
golangci-lint run --fix --verbose --concurrency 4 --timeout 5m
$(GOPATH)/bin/golangci-lint run --fix --verbose --concurrency 4 --timeout 5m
# Lint UI files
ifeq ($(STATIC_FILES),true)
yarn --cwd ui lint
Expand Down

0 comments on commit 5c5c9f1

Please sign in to comment.