Browse Source

Merge pull request #2580 from infosiftr/go1.7

Update Travis to use Go 1.7
Tianon Gravi 8 years ago
parent
commit
4c172ee1b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,5 +1,5 @@
 language: go
-go: 1.6.2
+go: 1.7.x
 
 # allow for use of Docker-based workers
 sudo: false