From 13b31f64941a02530d27cbc08dd2eb65ddf70502 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Thu, 12 Oct 2017 18:32:55 -0400 Subject: [PATCH] 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 --- .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"