From 231439c1693f2215bd090bad5c1dbfda643b415b Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Wed, 26 Feb 2020 15:11:43 +0300 Subject: [PATCH] dev: use go1.14 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcdf0526..a3da05f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.12.x - 1.13.x - - 1.14rc1 + - 1.14.x before_script: - nvm install 12.14.0 @@ -31,4 +31,4 @@ deploy: on: tags: true # it's important to build on the newest version of go: - condition: $TRAVIS_GO_VERSION =~ ^1\.13 + condition: $TRAVIS_GO_VERSION =~ ^1\.14