From 50df916f097d1951790db66afe298c6ef336192f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 18 Jun 2019 10:54:40 +0100 Subject: [PATCH] Remove support for < 1.11 go modules require 1.11. --- .travis.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 431fe92..54c6ac8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index f26a52c..63808a2 100644 --- a/README.md +++ b/README.md @@ -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: