From c3035f5e979baf87b9f9865d529811e7aa3497cd Mon Sep 17 00:00:00 2001 From: Lance Cooper Date: Wed, 29 Oct 2014 17:12:41 +0100 Subject: [PATCH] Require a golang version of at least 1.3.0. --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ff92076..89821cbf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The latest version of Spreed WebRTC can be found on GitHub: ## Build prerequisites - - [Go](http://golang.org) >= 1.1.0 + - [Go](http://golang.org) >= 1.3.0 - [NodeJS](http://nodejs.org/) >= 0.6.0 - [autoconf](http://www.gnu.org/software/autoconf/) - [automake](http://www.gnu.org/software/automake/) diff --git a/configure.ac b/configure.ac index 4f4c8acf..05b58926 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_SUBST(I18N_COPYRIGHT) AC_SUBST(I18N_BUG_ADDRESS) # minimum required versions -GO_VERSION_MIN=1.1 +GO_VERSION_MIN=1.3 NODEJS_VERSION_MIN=0.6.0 NODEJS_VERSION_STYLES_MIN=0.10.0 SASS_VERSION_MIN=3.3.0