Bump version of golang in travis to v1.10

The http2 package removed support for v1.8 in,
22700d5518

and it says 1.9 isn't actively tested.
This commit is contained in:
Arlo Breault 2018-11-26 12:43:56 -05:00
parent cce7ee64a7
commit d821846cc4

View file

@ -12,7 +12,7 @@ addons:
- gcc-5
go:
- 1.8.3
- 1.10.x
env:
- TRAVIS_NODE_VERSION="4.2" CC="gcc-5" CXX="g++-5"