forked from cwtch.im/tapir
1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Dan Ballard f38efc6bf2 drone to use go modules 2019-08-13 12:23:12 -07:00
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ pipeline:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
- go list ./... | xargs go get
- export GO111MODULE=on
- go mod vendor
- go get -u golang.org/x/lint/golint
quality:
image: golang