Skip to content

Commit

Permalink
.ci/deps.sh: Use fork of gotype
Browse files Browse the repository at this point in the history
The main repository deleted gotype in
golang/tools@f5a6ee1e

As the coala-bears builds depend on fetching a working gotype,
fork https://github.com/jayvdb/gotype has been created and used.

Fixes coala#1472
  • Loading branch information
jayvdb committed Mar 6, 2017
1 parent faab676 commit 91ac3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ R -q -e 'install.packages("formatR")'
go get -u github.com/golang/lint/golint
go get -u golang.org/x/tools/cmd/goimports
go get -u sourcegraph.com/sqs/goreturns
go get -u golang.org/x/tools/cmd/gotype
go get -u github.com/jayvdb/gotype
go get -u github.com/kisielk/errcheck

# Ruby commands
Expand Down

0 comments on commit 91ac3ce

Please sign in to comment.