Skip to content

Commit

Permalink
Changing the download method for go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSaleh authored and vchepeli committed Mar 1, 2018
1 parent b9f565d commit d9f13a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LDFLAGS=-ldflags "-w -s -X main.Version=${TAG}"
.PHONY: setup
setup:
@go get github.com/kisielk/errcheck
@go get github.com/goreleaser/goreleaser
glide get github.com/goreleaser/goreleaser\#v0.58.0

.PHONY: build
build: setup check build_binary
Expand Down

0 comments on commit d9f13a9

Please sign in to comment.