drone to use go modules

This commit is contained in:
Dan Ballard 2019-08-13 12:23:12 -07:00
rodič 3a6cd3bd79
revize f38efc6bf2
1 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -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