bump go version to 1.13

This commit is contained in:
Demian 2020-09-26 14:12:32 +03:00
parent a328719293
commit 7a47b1a206
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: go language: go
go: go:
- 1.12.x - 1.13.x
- 1.14.x
install: install:
- go get -t -v - go get -t -v

2
go.mod
View File

@ -1,6 +1,6 @@
module gopkg.in/tucnak/telebot.v3 module gopkg.in/tucnak/telebot.v3
go 1.12 go 1.13
require ( require (
github.com/goccy/go-yaml v1.8.1 github.com/goccy/go-yaml v1.8.1