all repos — telegram-bot-api @ 5598dbcb902dd7aa90aa99fbe395888a9c8e9848

Golang bindings for the Telegram Bot API

Remove old Go versions from Travis.

(cherry picked from commit dff2120d96a3baa18c2a73b5fc56fb744ad04665)
Syfaro syfaro@huefox.com
Wed, 22 Jul 2020 04:33:50 -0500
commit

5598dbcb902dd7aa90aa99fbe395888a9c8e9848

parent

6b0d3ce2a6c20b250f87f53da2ff0b261320f144

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

jump to
M .travis.yml.travis.yml

@@ -1,6 +1,6 @@

language: go go: - - '1.10' - - '1.11' + - '1.13' + - '1.14' - tip