all repos — telegram-bot-api @ e6e2a9f3ef2b66d3edaa3719146477442c65f97e

Golang bindings for the Telegram Bot API

Update Go version, fix duplicate runs.
Syfaro syfaro@huefox.com
Thu, 05 Nov 2020 13:48:39 -0500
commit

e6e2a9f3ef2b66d3edaa3719146477442c65f97e

parent

67c5217394180c54527b5fc2a756dac724f9ed04

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

jump to
M .github/workflows/test.yml.github/workflows/test.yml

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

name: Test -on: [push, pull_request] +on: + push: + branches: + - master + - develop + pull_request: jobs: build:

@@ -10,7 +15,7 @@ steps:

- name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.14 + go-version: ^1.15 id: go - name: Check out code into the Go module directory