1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

Use go get for glide as suggested

This commit is contained in:
lucapette 2017-01-02 17:40:26 +01:00
parent 34ea2a9c39
commit 880bb5e6f6

View File

@ -3,7 +3,7 @@ TEST_PATTERN?=.
TEST_OPTIONS?=
setup: ## Install all the build and lint dependencies
curl https://glide.sh/get | sh
go get -u github.com/Masterminds/glide
go get -u github.com/kisielk/errcheck
go get -u github.com/golang/lint/golint
glide install