Parcourir la source

travis: run tests with Go 1.8.3

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee il y a 8 ans
Parent
commit
2abd22a13b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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