mirror of https://github.com/pressly/goose.git
Fixed the installation of the linter (#901)
parent
7242b16430
commit
2829d46672
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ lint: tools
|
|||
|
||||
.PHONY: tools
|
||||
tools:
|
||||
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
|
||||
@go install github.com/mfridman/tparse@main
|
||||
|
||||
test-packages:
|
||||
|
|
Loading…
Reference in New Issue