Check Tor Version
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Sarah Jamie Lewis 2024-01-02 13:38:24 -08:00
parent bd4ae8beee
commit a4a8501d3d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ 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
- ./tor --version
- export GO111MODULE=on
- name: quality
image: golang:1.21.5