浏览代码

travis.yml: update Go 1.10.8

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 年之前
父节点
当前提交
c6964428ff
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -6,7 +6,7 @@ sudo: required
 services: docker
 services: docker
 
 
 go:
 go:
-- 1.10.7
+- 1.10.8
 
 
 notifications:
 notifications:
   on_success: never
   on_success: never
@@ -23,7 +23,7 @@ env:
 matrix:
 matrix:
   fast_finish: true
   fast_finish: true
   allow_failures:
   allow_failures:
-  - go: 1.10.7
+  - go: 1.10.8
     env: TARGET=linux-386-unit
     env: TARGET=linux-386-unit
   exclude:
   exclude:
   - go: tip
   - go: tip