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:
parent
6b3f2b4e5f
commit
aa8ec7dd5d
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- "1.9"
|
||||||
|
- "1.10"
|
||||||
|
- "1.11"
|
||||||
install:
|
install:
|
||||||
- go get github.com/constabulary/gb/...
|
- go get github.com/constabulary/gb/...
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Web service which collects and serves bug reports.
|
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:
|
To run it, do:
|
||||||
|
|
||||||
|
|
Reference in a new issue