Skip to content

Commit

Permalink
Fix for installing golint (#786)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
yurishkuro committed Apr 24, 2018
1 parent ddaf483 commit 7a9ca55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ install-ci: install
go get github.com/wadey/gocovmerge
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
# workaround for https://github.com/golang/lint/issues/397
rm -rf $$GOPATH/src/golang.org/x/lint
mkdir -p $$GOPATH/src/golang.org/x
git clone https://github.com/golang/lint.git $$GOPATH/src/golang.org/x/lint
go get -u golang.org/x/lint/golint
# and now get golint as before
go get github.com/golang/lint/golint
go get github.com/sectioneight/md-to-godoc

Expand Down

0 comments on commit 7a9ca55

Please sign in to comment.