Bump go version on travis to 1.8.3

* Same as currently used in TB,
   https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/go/config?id=8c4c05ddcfc30107b967b204d491523685460226

 * Also, necessary for the "context" import in acme/autocert
This commit is contained in:
Arlo Breault 2017-10-12 18:32:55 -04:00
parent fea9df7540
commit 13b31f6494

View file

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