1
0

.travis.yml: Use latest stable golang 1.15.x

This commit is contained in:
Alan Orth 2020-10-29 00:09:05 +03:00
parent 17bc1bc747
commit b6d4d331a9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,6 +1,6 @@
language: go language: go
go: go:
- "1.14.1" - "1.15.x"
install: install:
- mkdir -p $HOME/src - mkdir -p $HOME/src
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo - git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo