mirror of
https://github.com/go-task/task.git
synced 2025-01-14 04:35:50 +02:00
Fix CI
Goreleaser now requires Go 1.10, but we still support Go 1.8
This commit is contained in:
parent
35f4b2f686
commit
1cb4a3b8d5
@ -9,9 +9,9 @@ dl-deps:
|
||||
desc: Downloads cli dependencies
|
||||
cmds:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u github.com/goreleaser/goreleaser
|
||||
- go get -u github.com/asticode/go-astitodo/astitodo
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- if [ "$CI" != "1" ]; then go get -u github.com/goreleaser/goreleaser; fi
|
||||
|
||||
update-deps:
|
||||
desc: Updates dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user