drone to use go modules

This commit is contained in:
Dan Ballard 2019-08-13 12:23:12 -07:00
parent 3a6cd3bd79
commit f38efc6bf2
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