CI构建最低版本要求1.9

This commit is contained in:
ouqiang
2018-01-26 23:17:48 +08:00
parent 72349248ae
commit fd39434446
+1 -1
View File
@@ -1,6 +1,6 @@
language: go
go:
- 1.7.x
- 1.9.x
script: go test `go list ./... | grep -v vendor`
notifications: