Commit bf89eeaf authored by Michael Stapelberg's avatar Michael Stapelberg

.travis.yml: upgrade to Go 1.13

parent cd395961
...@@ -5,7 +5,7 @@ matrix: ...@@ -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: ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment