From e240efaa89583fbb296a53881a1a8fd4c4852cd0 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 29 Jan 2019 17:47:48 +0000 Subject: [PATCH] Bump to go version 1.10 --- .travis.yml | 2 -- INSTALL.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fab72bb9c..d4bab9df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: go go: - - 1.8.x - - 1.9.x - 1.10.x - 1.11.x diff --git a/INSTALL.md b/INSTALL.md index ee3c6f1e0..5059adee6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ Dendrite can be run in one of two configurations: ## Requirements - - Go 1.8+ + - Go 1.10+ - Postgres 9.5+ - For Kafka (optional if using the monolith server): - Unix-based system (https://kafka.apache.org/documentation/#os) @@ -22,7 +22,7 @@ Dendrite can be run in one of two configurations: ## Setting up a development environment -Assumes Go 1.8 and JDK 1.8 are already installed and are on PATH. +Assumes Go 1.10+ and JDK 1.8+ are already installed and are on PATH. ```bash # Get the code