1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-22 09:35:43 +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
+1 -1
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