Require go 1.9
golint no longer supports 1.7. (https://github.com/golang/go/issues/28291). It's time to update.
This commit is contained in:
parent
6b3f2b4e5f
commit
a9c5c39fc4
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7
|
||||
- 1.9
|
||||
- 1.10
|
||||
- 1.11
|
||||
install:
|
||||
- go get github.com/constabulary/gb/...
|
||||
- go get github.com/golang/lint/golint
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Web service which collects and serves bug reports.
|
||||
|
||||
rageshake requires Go version 1.7 or later.
|
||||
rageshake requires Go version 1.9 or later.
|
||||
|
||||
To run it, do:
|
||||
|
||||
|
|
Reference in a new issue