mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
Use go get for glide as suggested
This commit is contained in:
parent
34ea2a9c39
commit
880bb5e6f6
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ TEST_PATTERN?=.
|
|||||||
TEST_OPTIONS?=
|
TEST_OPTIONS?=
|
||||||
|
|
||||||
setup: ## Install all the build and lint dependencies
|
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/kisielk/errcheck
|
||||||
go get -u github.com/golang/lint/golint
|
go get -u github.com/golang/lint/golint
|
||||||
glide install
|
glide install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user