From 236eb75c124b156f15b60269dd32203a9904b3d6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 15:46:53 +0300 Subject: [PATCH] .travis.yml: Use Go 1.14.1 This mimicks upstream Hugo's configuration. See: https://github.com/gohugoio/hugo/blob/master/.travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36dac01d..58640d25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.12 + - "1.14.1" install: - mkdir -p $HOME/src - git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo