Makefile: bump-dependencies should update storjscan, too
Change-Id: Ibde26535567df38a19e01b1a5a3819263c31d0f8
This commit is contained in:
parent
736f97b1e9
commit
8d64330dfe
5
Makefile
5
Makefile
@ -511,7 +511,10 @@ bump-dependencies:
|
||||
go get storj.io/common@main storj.io/private@main storj.io/uplink@main
|
||||
go mod tidy
|
||||
cd testsuite/ui;\
|
||||
go get storj.io/common@main storj.io/storj@main storj.io/uplink@main;\
|
||||
go get storj.io/common@main storj.io/private@main storj.io/uplink@main;\
|
||||
go mod tidy;
|
||||
cd testsuite/storjscan;\
|
||||
go get storj.io/common@main storj.io/private@main storj.io/uplink@main;\
|
||||
go mod tidy;
|
||||
|
||||
update-proto-lock:
|
||||
|
Loading…
Reference in New Issue
Block a user