Browse Source

Merge pull request #10157 from gyuho/go

*: use Go 1.11.1 for testing
Gyuho Lee 7 years ago
parent
commit
90c5968ee1
2 changed files with 6 additions and 6 deletions
  1. 5 5
      .travis.yml
  2. 1 1
      Makefile

+ 5 - 5
.travis.yml

@@ -6,7 +6,7 @@ sudo: required
 services: docker
 services: docker
 
 
 go:
 go:
-- 1.11
+- 1.11.1
 - tip
 - tip
 
 
 notifications:
 notifications:
@@ -30,13 +30,13 @@ env:
 matrix:
 matrix:
   fast_finish: true
   fast_finish: true
   allow_failures:
   allow_failures:
-  - go: 1.11
+  - go: 1.11.1
     env: TARGET=linux-amd64-grpcproxy
     env: TARGET=linux-amd64-grpcproxy
-  - go: 1.11
+  - go: 1.11.1
     env: TARGET=linux-amd64-coverage
     env: TARGET=linux-amd64-coverage
   - go: tip
   - go: tip
     env: TARGET=linux-amd64-fmt-unit-go-tip
     env: TARGET=linux-amd64-fmt-unit-go-tip
-  - go: 1.11
+  - go: 1.11.1
     env: TARGET=linux-386-unit
     env: TARGET=linux-386-unit
   exclude:
   exclude:
   - go: tip
   - go: tip
@@ -57,7 +57,7 @@ matrix:
     env: TARGET=linux-amd64-grpcproxy
     env: TARGET=linux-amd64-grpcproxy
   - go: tip
   - go: tip
     env: TARGET=linux-amd64-coverage
     env: TARGET=linux-amd64-coverage
-  - go: 1.11
+  - go: 1.11.1
     env: TARGET=linux-amd64-fmt-unit-go-tip
     env: TARGET=linux-amd64-fmt-unit-go-tip
   - go: tip
   - go: tip
     env: TARGET=linux-386-unit
     env: TARGET=linux-386-unit

+ 1 - 1
Makefile

@@ -51,7 +51,7 @@ docker-remove:
 
 
 
 
 
 
-GO_VERSION ?= 1.11
+GO_VERSION ?= 1.11.1
 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
 
 
 TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
 TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)