forked from TrueCloudLab/rclone
build: fix golint install with new path
This commit is contained in:
parent
8d72ef8d1e
commit
249a523dd3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue