fix travis CI build (#6620)

This commit fixes the Travis CI build by
correcting the golint import path
master
Andreas Auernhammer 6 years ago committed by Harshavardhana
parent fae284d6b9
commit f09e7ca764
  1. 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…
Cancel
Save