Explorar o código

travis: use Go 1.10.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
79e9178181
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: