Skip to content

Commit

Permalink
Makefile: "go mod tidy" after generate
Browse files Browse the repository at this point in the history
  • Loading branch information
bwesterb committed May 11, 2020
1 parent 7540eaa commit 092c421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ cover: clean

generate: clean
$(GO) generate -v ./...
$(GO) mod tidy

bootstrap:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(TOOLS_DIR) v1.18.0
Expand Down

0 comments on commit 092c421

Please sign in to comment.