travis: force go 1.15

This commit is contained in:
bakape 2020-11-22 16:06:16 +02:00
parent 3dad720091
commit da57fabf70
No known key found for this signature in database
GPG Key ID: F91DA82BD0B67F74
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
dist: focal
language: go
go:
- "1.15"
before_install:
- sudo apt-get install -y libopencv-dev
script: GO111MODULE=on go test -v --race -p 1 ./...