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

fix: loose go mod a bit

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-02-19 10:21:44 -03:00
parent 82d0a3a86f
commit 147af1653c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -40,15 +40,8 @@ lint:
./bin/misspell -error **/*
.PHONY: lint
# Clean go.mod
go-mod-tidy:
@go mod tidy -v
@git diff HEAD
@git diff-index --quiet HEAD
.PHONY: go-mod-tidy
# Run all the tests and code checks
ci: build test lint go-mod-tidy
ci: build test lint
.PHONY: ci
# Build a beta version of goreleaser