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:
Richard van der Hoff 2019-06-18 10:15:20 +01:00
parent 6b3f2b4e5f
commit a9c5c39fc4
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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: