mirror of
https://github.com/go-task/task.git
synced 2026-07-07 22:18:47 +00:00
Taskfile: add update-deps task
This commit is contained in:
@@ -10,6 +10,12 @@ dl-deps:
|
||||
cmds:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u github.com/goreleaser/goreleaser
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
|
||||
update-deps:
|
||||
cmds:
|
||||
- dep ensure
|
||||
- dep prune
|
||||
|
||||
lint:
|
||||
desc: Runs golint
|
||||
|
||||
Reference in New Issue
Block a user