upgrade go version from 1.9.2 to 1.9.7 in test env.

upgrade to avoid bug: https://github.com/golang/go/issues/22976

Signed-off-by: Penghui Liao <liaoishere@gmail.com>
This commit is contained in:
Penghui Liao 2018-07-23 11:27:19 +08:00
parent 5acc56648d
commit feb0e67fd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.9.2"
- "1.9.7"
- "1.10.3"
services:
- redis-server