[tor-commits] [snowflake/master] Bump version of golang in travis to v1.10

arlo at torproject.org arlo at torproject.org
Mon Nov 26 17:58:10 UTC 2018


commit d821846cc43df1159524dd9540583d5b61e8df1b
Author: Arlo Breault <arlolra at gmail.com>
Date:   Mon Nov 26 12:43:56 2018 -0500

    Bump version of golang in travis to v1.10
    
    The http2 package removed support for v1.8 in,
    https://github.com/golang/net/commit/22700d5518f6200cd1355b9d417285458095e8da
    
    and it says 1.9 isn't actively tested.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7171e2c..f570d54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"





More information about the tor-commits mailing list