From 6436e9a757ad01ae70025a11e09a328acbb39c06 Mon Sep 17 00:00:00 2001 From: Trevor Pounds <trevor.pounds@gmail.com> Date: Sat, 8 Feb 2020 13:46:24 -0500 Subject: [PATCH] Support Go 1.14rc1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8be71c83..dcdf0526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.12.x - 1.13.x - - 1.14beta1 + - 1.14rc1 before_script: - nvm install 12.14.0