Skip to content

Commit

Permalink
fix lint import in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianperkins committed Jan 28, 2021
1 parent 6475220 commit 02200b3
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 @@ -51,7 +51,7 @@ mocks:

dev_deps:
go get -u github.com/uber/tchannel-go/thrift/thrift-gen
go get -u github.com/golang/lint/golint/...
go get -u golang.org/x/lint/golint/...
./scripts/go-get-version.sh github.com/vektra/mockery/.../@130a05e

setup: dev_deps
Expand Down

0 comments on commit 02200b3

Please sign in to comment.