Skip to content

Commit

Permalink
fix: loose go mod a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 19, 2020
1 parent 82d0a3a commit 147af16
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 147af16

Please sign in to comment.