Compare commits

...

1 Commits

Author SHA1 Message Date
Bogdan Ungureanu
f8afcd5065 chore: add go 1.15 and go 1.16 to travis 2021-08-12 15:11:52 +03:00

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