build: fix golint install with new path

This commit is contained in:
Nick Craig-Wood 2018-10-12 11:35:35 +01:00
parent 8d72ef8d1e
commit 249a523dd3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ build_dep:
ifdef FULL_TESTS
go get -u github.com/kisielk/errcheck
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
endif
# Get the release dependencies