Skip to content

Commit

Permalink
Increase build verbosity with go mod download -x (influxdata#8496)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesam authored Feb 5, 2021
1 parent 787243c commit 291100e
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 291100e

Please sign in to comment.