From b7802977147522d444af5ba36129d766043b2cb8 Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Sat, 18 May 2019 03:31:49 +0200 Subject: [PATCH] Bump to version 1.11 this is needed to use go mod. Signed-off-by: --- .travis.yml | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86467a9f6..5a9a82e1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.10.x - 1.11.x + - 1.12.x env: - TEST_SUITE="lint" diff --git a/INSTALL.md b/INSTALL.md index 228a50b22..3c437edc1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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