Browse Source

travis: use Go 1.10.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
79e9178181
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -6,7 +6,7 @@ sudo: required
 services: docker
 
 go:
-- 1.10.1
+- 1.10.2
 - tip
 
 notifications:
@@ -65,7 +65,7 @@ matrix:
     env: TARGET=linux-arm64-build
   - go: tip
     env: TARGET=linux-ppc64le-build
-  - go: 1.10.1
+  - go: 1.10.2
     env: TARGET=linux-amd64-fmt-unit-go-tip
 
 before_install: