Skip to content

Commit

Permalink
Makefile: Fix the path to the golint module
Browse files Browse the repository at this point in the history
As reported by the error in the CI build. Also see

golang/lint#397

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth authored and ashcrow committed Aug 28, 2019
1 parent 140dd96 commit 04e124e
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 @@ -8,5 +8,5 @@ clean:
find . -name "test-suite-data.json" | xargs rm -f

lint:
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
golint -set_exit_status

0 comments on commit 04e124e

Please sign in to comment.