Skip to content

Commit

Permalink
Increase build verbosity with go mod download -x
Browse files Browse the repository at this point in the history
Initial build took several minutes on my machine, and it looked like it
was hanging until I added the -x flag.
  • Loading branch information
lesam committed Dec 7, 2020
1 parent 73986ac commit 4ee371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ help:

.PHONY: deps
deps:
go mod download
go mod download -x

.PHONY: telegraf
telegraf:
Expand Down

0 comments on commit 4ee371e

Please sign in to comment.