
12 Oct
2017
12 Oct
'17
10:39 p.m.
commit 13b31f64941a02530d27cbc08dd2eb65ddf70502 Author: Arlo Breault <arlolra@gmail.com> Date: Thu Oct 12 18:32:55 2017 -0400 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/g... * Also, necessary for the "context" import in acme/autocert --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e96efc..df7bbe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"