Quellcode durchsuchen

travis: use Go 1.10

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee vor 8 Jahren
Ursprung
Commit
af4e092e32
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -6,7 +6,7 @@ sudo: required
 services: docker
 services: docker
 
 
 go:
 go:
-- 1.9.4
+- "1.10"
 - tip
 - tip
 
 
 notifications:
 notifications:
@@ -30,7 +30,7 @@ matrix:
   - go: tip
   - go: tip
     env: TARGET=amd64-go-tip
     env: TARGET=amd64-go-tip
   exclude:
   exclude:
-  - go: 1.9.4
+  - go: "1.10"
     env: TARGET=amd64-go-tip
     env: TARGET=amd64-go-tip
   - go: tip
   - go: tip
     env: TARGET=amd64
     env: TARGET=amd64