.travis.yml: upgrade to Go 1.13

geesefs-0-30-9
Michael Stapelberg 2019-09-16 18:23:05 +02:00
parent cd3959611b
commit bf89eeaf3e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ matrix:
include: include:
- os: linux - os: linux
language: go language: go
go: 1.9.3 go: 1.13
# Use the virtualized Trusty beta Travis is running in order to get # Use the virtualized Trusty beta Travis is running in order to get
# support for installing fuse. # support for installing fuse.
# #
@ -14,7 +14,7 @@ matrix:
sudo: required sudo: required
- os: osx - os: osx
language: go language: go
go: 1.9.3 go: 1.13
# Install fuse before installing our code. # Install fuse before installing our code.
before_install: before_install: