mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix travis CI build (#6620)
This commit fixes the Travis CI build by correcting the golint import path
This commit is contained in:
parent
fae284d6b9
commit
f09e7ca764
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ checks:
|
||||
@(env bash $(PWD)/buildscripts/checkgopath.sh)
|
||||
|
||||
getdeps:
|
||||
@echo "Installing golint" && go get -u github.com/golang/lint/golint
|
||||
@echo "Installing golint" && go get -u golang.org/x/lint/golint
|
||||
@echo "Installing gocyclo" && go get -u github.com/fzipp/gocyclo
|
||||
@echo "Installing deadcode" && go get -u github.com/remyoudompheng/go-misc/deadcode
|
||||
@echo "Installing misspell" && go get -u github.com/client9/misspell/cmd/misspell
|
||||
|
Loading…
Reference in New Issue
Block a user