chore: add go 1.15 and go 1.16 to travis (#153)

This commit is contained in:
Bogdan U 2021-08-12 15:15:06 +03:00 committed by GitHub
parent 6322a8f797
commit d7814aa1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ language: go
go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
matrix:
fast_finish: true