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
+2
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