mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 13:37:38 +03:00
Reduce go mod download verbosity
This commit is contained in:
parent
694968c607
commit
413292da6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ release:
|
||||||
|
|
||||||
download-deps:
|
download-deps:
|
||||||
@echo Downloading Go dependencies...
|
@echo Downloading Go dependencies...
|
||||||
@go mod download -x
|
@go mod download
|
||||||
@go mod tidy # To revert any changes made by the `go mod download` command
|
@go mod tidy # To revert any changes made by the `go mod download` command
|
||||||
.PHONY: download-deps
|
.PHONY: download-deps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue