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:
parent
82d0a3a86f
commit
147af1653c
9
Makefile
9
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user