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:
parent
a974db7eec
commit
4dd47a4601
5
Makefile
5
Makefile
@ -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
|
Loading…
Reference in New Issue
Block a user