Browse Source

Bump requirements to Go 1.7 for net/http.Request.Context()

pull/152/head
Kegan Dougal 7 years ago
parent
commit
3a7d5f84da
  1. 2
      .travis.yml
  2. 2
      README.md

2
.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

2
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

Loading…
Cancel
Save