Skip to content
Snippets Groups Projects
Commit f350e0041762 authored by Florent Aide's avatar Florent Aide
Browse files

use the new -d flag with go get

parent b375696d3580
No related branches found
No related tags found
No related merge requests found
Pipeline #36228 failed
......@@ -15,5 +15,5 @@
- build
- docs/_build
script:
- GO111MODULE=on go get -u github.com/go-task/task/v3/cmd/task
- GOLANGCI_LINT_ARGS="-j 4" GOLANGCI_LINT_CACHE=$CI_PROJECT_DIR/.gopath/golangci-cache task lint
\ No newline at end of file
- GO111MODULE=on go get -d -u github.com/go-task/task/v3/cmd/task
- GOLANGCI_LINT_ARGS="-j 4" GOLANGCI_LINT_CACHE=$CI_PROJECT_DIR/.gopath/golangci-cache task lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment