Require golang 1.9+ (#149)

This commit is contained in:
Alex Goodman 2019-01-20 21:13:06 -05:00 committed by GitHub
parent 2301a34403
commit 0115696a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,8 @@
language: go
go:
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- '1.9.x'
- '1.10.x'
- '1.11.x'
- 'master'

View File

@ -95,6 +95,8 @@ or download the latest Darwin build from the [releases page](https://github.com/
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_windows_amd64.zip).
**Go tools**
Requires Go version 1.9 or higher.
```bash
go get github.com/wagoodman/dive
```