瀏覽代碼

travis: use Go 1.8 in master branch

Gyu-Ho Lee 9 年之前
父節點
當前提交
3f756d502b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd
 sudo: false
 
 go:
-  - 1.7.4
+  - 1.8
   - tip
 
 notifications: