Merge pull request #276 from NemoD503/go-versions

add new versions of golang to travis
This commit is contained in:
Kirill Zhuharev 2020-03-19 07:14:11 +03:00 committed by GitHub
commit d1fd9b736c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,6 @@ language: go
go:
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- tip