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:
+1
-1
@@ -9,7 +9,7 @@ branches:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.11.6
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user