all repos — telegram-bot-api @ d1fd9b736cf5afef5df5553f1c378a986d2f5ee9

Golang bindings for the Telegram Bot API

Merge pull request #276 from NemoD503/go-versions

add new versions of golang to travis
Kirill Zhuharev zhuharev@users.noreply.github.com
Thu, 19 Mar 2020 07:14:11 +0300
commit

d1fd9b736cf5afef5df5553f1c378a986d2f5ee9

parent

2d75cf8a3fbc0991923b9afb4821a3a804c8f583

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -3,4 +3,6 @@

go: - '1.10' - '1.11' + - '1.12' + - '1.13' - tip