[tor-commits] [snowflake/master] Bump go version on travis to 1.8.3

arlo at torproject.org arlo at torproject.org
Thu Oct 12 22:39:58 UTC 2017


commit 13b31f64941a02530d27cbc08dd2eb65ddf70502
Author: Arlo Breault <arlolra at 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/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"





More information about the tor-commits mailing list