drone use go mod instead of list xargs for fetch
the build failed Details

This commit is contained in:
Dan Ballard 2019-11-06 11:50:25 -08:00
parent 61f89d7b2c
commit 881ca5c6c2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor - chmod a+x tor
- go list ./... | xargs go get - go mod get
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint
quality: quality:
image: golang image: golang