Skip to content

Bump github.com/go-telegram/bot from 1.8.2 to 1.9.0 #63

Bump github.com/go-telegram/bot from 1.8.2 to 1.9.0

Bump github.com/go-telegram/bot from 1.8.2 to 1.9.0 #63

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.22'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...