.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:
parent
f4d132f988
commit
6442f26cb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user