storj: add bump-dependencies target

One target to update all dependencies in main module and in testsuite

Change-Id: I2d8512f5fd7f5bb814451988a3feef366b39eee1
This commit is contained in:
Michal Niewrzal 2020-06-05 10:19:28 +02:00 committed by Egon Elbre
parent a974db7eec
commit 4dd47a4601

View File

@ -374,3 +374,8 @@ update-satellite-config-lock: ## Update the satellite config lock file
-u root:root \
golang:${GO_VERSION} \
/bin/bash -c "cd /storj/scripts; ./update-satellite-config-lock.sh"
.PHONY: bump-dependencies
bump-dependencies:
go get storj.io/common@master storj.io/private@master storj.io/uplink@master
go mod tidy