fix name of golint

apparently this is the right module name for golint 🤷
This commit is contained in:
Richard van der Hoff 2019-06-18 11:13:36 +01:00
parent ee67dc1f2e
commit 45cceda6d4
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ go:
- "1.11"
install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/fzipp/gocyclo
script: ./hooks/pre-commit