Fix TravisCI go environment version to avoid go bugs (#1154)

From go release history (https://golang.org/doc/devel/release.html#go1.11)
and travis ci build history, looks like 1.11.7 and 1.11.8 contains unknown
bugs that breaks build. To avoid this, fix go version to 1.11.6 for now.
This commit is contained in:
Ta-Ching Chen
2019-04-09 16:38:40 +08:00
committed by GitHub
parent 1662bafb50
commit 94046eeffd
+1 -1
View File
@@ -9,7 +9,7 @@ branches:
language: go
go:
- 1.11.x
- 1.11.6
cache:
directories: