Compare commits
4 commits
master
...
rav/fix_tr
Author | SHA1 | Date | |
---|---|---|---|
|
cf0520d86e | ||
|
d137ac3920 | ||
|
1ad1dfb6ec | ||
|
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