fix name of golint
apparently this is the right module name for golint 🤷
This commit is contained in:
parent
ee67dc1f2e
commit
45cceda6d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue