drone.yml: force go 1.15
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-04-08 15:42:52 -07:00
parent 98343fd4b4
commit 1382c5bbd3
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ pipeline:
repo: openprivacy/connectivity
branch: master
event: [ push, pull_request ]
image: golang
image: golang:1.15
commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor -P tmp/
- chmod a+x tmp/tor
@ -19,7 +19,7 @@ pipeline:
repo: openprivacy/connectivity
branch: master
event: [ push, pull_request ]
image: golang
image: golang:1.15
commands:
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
@ -28,7 +28,7 @@ pipeline:
repo: openprivacy/connectivity
branch: master
event: [ push, pull_request ]
image: golang
image: golang:1.15
commands:
- export PATH=$PATH:/go/src/git.openprivacy.ca/openprivacy/connectivity
- ./tmp/tor -f ./testing/torrc
@ -40,7 +40,7 @@ pipeline:
repo: openprivacy/connectivity
branch: master
event: [ push, pull_request ]
image: golang
image: golang:1.15
commands:
- go test -race -v ./testing/launch_tor_integration_test.go
notify-email: