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
|
dist: xenial
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.15.x
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -3,7 +3,7 @@ dist: trusty
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.10.3
|
- 1.15.x
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build_and_test.sh
|
- ./build_and_test.sh
|
Loading…
Reference in a new issue