mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: fix golint install with new path
This commit is contained in:
parent
8d72ef8d1e
commit
249a523dd3
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ build_dep:
|
|||||||
ifdef FULL_TESTS
|
ifdef FULL_TESTS
|
||||||
go get -u github.com/kisielk/errcheck
|
go get -u github.com/kisielk/errcheck
|
||||||
go get -u golang.org/x/tools/cmd/goimports
|
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
|
endif
|
||||||
|
|
||||||
# Get the release dependencies
|
# Get the release dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user