From 2e81b40aaed94d40c247d43a8af3fd5d92529839 Mon Sep 17 00:00:00 2001 From: Demian Date: Tue, 9 Jun 2020 22:30:47 +0300 Subject: [PATCH] bump go version to 1.12 --- .travis.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b49c85..ac9d4d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.11.x + - 1.12.x install: - go get -t -v diff --git a/go.mod b/go.mod index 0613748..4b0f8b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gopkg.in/tucnak/telebot.v2 -go 1.11 +go 1.12 require ( github.com/pkg/errors v0.8.1