From 3a7d5f84dad45deac40866a24d21ae70a0e523b8 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 31 Jan 2017 13:59:56 +0000 Subject: [PATCH] Bump requirements to Go 1.7 for net/http.Request.Context() --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2971d15..aa6250c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.6 + - 1.7 install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint diff --git a/README.md b/README.md index 87c7d2f..18e6ca8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Go-NEB is a [Matrix](https://matrix.org) bot written in Go. It is the successor # Quick Start -Clone and run (Requires Go 1.5+ and GB): +Clone and run (Requires Go 1.7+ and GB): ```bash gb build github.com/matrix-org/go-neb