Update go version (#29)

golint no longer supports 1.7. (https://github.com/golang/go/issues/28291).

It's time to update.

(1.12 doesn't seem to work yet)
This commit is contained in:
Richard van der Hoff 2019-06-18 10:31:45 +01:00 committed by GitHub
parent 6b3f2b4e5f
commit aa8ec7dd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: