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

chore: go mod tidy verbose

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2019-07-15 17:12:36 -03:00
parent 797dc69458
commit 0aa2538e34
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -38,8 +38,9 @@ lint:
# Clean go.mod
go-mod-tidy:
go mod tidy -v
git diff-index --quiet HEAD
@go mod tidy -v
@git diff HEAD
@git diff-index --quiet HEAD
.PHONY: go-mod-tidy
# Run all the tests and code checks