From a9c5c39fc4d747eca7aed7bcced02c738a11f059 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 18 Jun 2019 10:15:20 +0100 Subject: [PATCH] Require go 1.9 golint no longer supports 1.7. (https://github.com/golang/go/issues/28291). It's time to update. --- .travis.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33ca8b6..dfd797f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 11fb8ba..f26a52c 100644 --- a/README.md +++ b/README.md @@ -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: