Fix travis go version
This commit is contained in:
parent
eb6bb93500
commit
cb68cb004e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ os: linux
|
|||
dist: xenial
|
||||
language: go
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.15.x
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -3,7 +3,7 @@ dist: trusty
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.10.3
|
||||
- 1.15.x
|
||||
|
||||
script:
|
||||
- ./build_and_test.sh
|
Loading…
Reference in a new issue