From 6442f26cb2ec5435c6dd1ba3fdb09b29522753e6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 17 Apr 2019 08:21:39 +0300 Subject: [PATCH] .travis.yml: Use Go 1.12 Fixes error in build: go build golang.org/x/sys/unix: module requires Go 1.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9edf0a72..2b062bfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.11 + - 1.12 install: - mkdir -p $HOME/src - git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo