Bump to version 1.11 this is needed to use go mod.

Signed-off-by: <Benedikt Bongartz benne@klimlive.de>
This commit is contained in:
Benedikt Bongartz 2019-05-18 03:31:49 +02:00
parent 87324d58b7
commit b780297714
No known key found for this signature in database
GPG key ID: 42342EC23A8A4314
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
env:
- TEST_SUITE="lint"

View file

@ -22,7 +22,7 @@ Dendrite can be run in one of two configurations:
## Setting up a development environment
Assumes Go 1.10+ and JDK 1.8+ are already installed and are on PATH.
Assumes Go 1.11+ and JDK 1.8+ are already installed and are on PATH.
```bash
# Get the code