Selaa lähdekoodia

travis: use Go 1.10.7

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 7 vuotta sitten
vanhempi
commit
3a7b8b31fd
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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