.drone.yml go get golint... not go1.16 yet
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-03-17 13:22:02 -07:00
parent 68e60d438d
commit d53d81f8d0
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ steps:
- 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 install golang.org/x/lint/golint
- go get -u golang.org/x/lint/golint
# go install for 1.16
- name: quality
image: golang
when: