doc: drop support for go1.9

This commit is contained in:
nadoo 2018-07-16 15:08:43 +08:00
parent e0f746fa3d
commit c8c4d5c75c
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: go language: go
go: go:
- "1.9.x"
- "1.10.x" - "1.10.x"
- master - master

View File

@ -63,7 +63,7 @@ TODO:
Binary: Binary:
- [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases) - [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases)
Go Get (requires **Go 1.9+** ): Go Get (requires **Go 1.10+** ):
```bash ```bash
go get -u github.com/nadoo/glider go get -u github.com/nadoo/glider
``` ```