.travis.yml: upgrade to Go 1.9.3.

geesefs-0-30-9
Arran Walker 2018-02-07 19:23:23 +00:00
parent 5ee7049312
commit a43f6514bf
1 changed files with 2 additions and 2 deletions

View File

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