1
0

.travis.yml: Use Go 1.12

Fixes error in build:

go build golang.org/x/sys/unix: module requires Go 1.12
This commit is contained in:
Alan Orth 2019-04-17 08:21:39 +03:00
parent f4d132f988
commit 6442f26cb2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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