1
0
mirror of https://github.com/go-task/task.git synced 2025-01-14 04:35:50 +02:00
Goreleaser now requires Go 1.10, but we still support Go 1.8
This commit is contained in:
Andrey Nering 2018-03-04 10:57:46 -03:00
parent 35f4b2f686
commit 1cb4a3b8d5

View File

@ -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