Merge pull request #276 from NemoD503/go-versions

add new versions of golang to travis
bot-api-6.1
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
1 changed files with 2 additions and 0 deletions

View File

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