From eb5ce54856e6b556a797128764b3b469a69149c5 Mon Sep 17 00:00:00 2001 From: Vasile Popescu Date: Tue, 20 Oct 2020 21:06:07 +0200 Subject: [PATCH] Update go to 1.14 on travis builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fd284c..3cf6280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.13.x + - 1.14.x before_install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh