Remove support for < 1.11
go modules require 1.11.
This commit is contained in:
parent
45cceda6d4
commit
50df916f09
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.9"
|
- "1.11"
|
||||||
- "1.10"
|
|
||||||
- "1.11"
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/constabulary/gb/...
|
- go get github.com/constabulary/gb/...
|
||||||
- go get golang.org/x/lint/golint
|
- go get golang.org/x/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.9 or later.
|
rageshake requires Go version 1.11 or later.
|
||||||
|
|
||||||
To run it, do:
|
To run it, do:
|
||||||
|
|
||||||
|
|
Reference in a new issue