Skip to content

Commit

Permalink
bump go version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
demget committed Jun 9, 2020
1 parent c751df4 commit 2e81b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.11.x
- 1.12.x

install:
- go get -t -v
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gopkg.in/tucnak/telebot.v2

go 1.11
go 1.12

require (
github.com/pkg/errors v0.8.1
Expand Down

0 comments on commit 2e81b40

Please sign in to comment.