diff --git a/.drone.yml b/.drone.yml index 881fac5..a11a9ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/torrc - chmod a+x tor - - go list ./... | xargs go get + - go mod get - go get -u github.com/golang/lint/golint quality: image: golang