1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

ci: fix makefile

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2019-08-27 14:09:21 -03:00
parent dc29e85b50
commit aa8e2cf8db
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -11,7 +11,7 @@ setup:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
curl -sfL https://install.goreleaser.com/github.com/gohugoio/hugo.sh | sh
curl -L https://git.io/misspell | sh
go mod download
go mod tidy
.PHONY: setup
# Run all the tests