Remove support for < 1.11

go modules require 1.11.
This commit is contained in:
Richard van der Hoff 2019-06-18 10:54:40 +01:00
parent 45cceda6d4
commit 50df916f09
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.11"
install:
- go get github.com/constabulary/gb/...
- go get golang.org/x/lint/golint

View File

@ -2,7 +2,7 @@
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: