1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 22:53:30 +00:00

release: add another step to update the release dependencies #2172

This commit is contained in:
Nick Craig-Wood
2018-03-23 12:42:44 +00:00
parent c5f1d501ed
commit 32e6eee341
2 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ ifdef FULL_TESTS
go get -u github.com/tools/godep
endif
# Get the release dependencies
release_dep:
go get -u github.com/goreleaser/nfpm
# Update dependencies
update:
go get -u github.com/golang/dep/cmd/dep