update drone golint import

This commit is contained in:
erinn 2018-10-14 18:16:37 -07:00
parent 66459b3d37
commit b06c54bb36
1 changed files with 1 additions and 1 deletions

View File

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