Compare commits

...
This repository has been archived on 2022-08-18. You can view files and clone it, but cannot push or open issues or pull requests.

4 Commits

Author SHA1 Message Date
Richard van der Hoff cf0520d86e Revert "also 1.12"
1.12 doesn't seem to work for now.
2019-06-18 10:28:14 +01:00
Richard van der Hoff d137ac3920 also 1.12 2019-06-18 10:19:13 +01:00
Richard van der Hoff 1ad1dfb6ec 1.1 != 1.10 2019-06-18 10:17:55 +01:00
Richard van der Hoff a9c5c39fc4 Require go 1.9
golint no longer supports 1.7. (https://github.com/golang/go/issues/28291).

It's time to update.
2019-06-18 10:15:20 +01:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

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