drone mod vendor

This commit is contained in:
Dan Ballard 2019-08-13 12:07:55 -07:00
parent 4d3f96b4b1
commit af1d3a83a3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
- chmod a+x tor - chmod a+x tor
- export GO111MODULE=on - export GO111MODULE=on
- go mod tidy - go mod tidy
- go vendor - go mod vendor
- go get -u golang.org/x/lint/golint - go get -u golang.org/x/lint/golint
quality: quality:
image: golang image: golang