chore: add go 1.15 and go 1.16 to travis (#153)
This commit is contained in:
parent
6322a8f797
commit
d7814aa1af
|
|
@ -3,6 +3,8 @@ language: go
|
|||
go:
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue