The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1711

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Some of our dependencies are failing to build on 1.4 nowadays...

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 3ae943d50da42de9ec9fd8d86fa3500c09a71f3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Mon, 7 Mar 2016 11:15:59 -0500
Subject: [PATCH] Deprecate support for Go < 1.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Some of our dependencies are failing to build on 1.4 nowadays...

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 .travis.yml           | 1 -
 README.md             | 2 +-
 specs/requirements.md | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 32d1774..5380396 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ os:
   - osx
 
 go:
-  - 1.4
   - 1.5
   - 1.6
   - tip
diff --git a/README.md b/README.md
index e88cdd7..dfcee64 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ can take your [first steps](#first-steps).
 
 We recommend having the latest versions of liblxc (>= 1.1 required) and CRIU
 (>= 1.7 recommended) available for LXD development. Additionally, LXD requires
-Golang 1.4 or later to work. All the right versions dependencies are available
+Golang 1.5 or later to work. All the right versions dependencies are available
 via the LXD PPA:
 
     sudo apt-get install software-properties-common
diff --git a/specs/requirements.md b/specs/requirements.md
index 441af0b..5d78d37 100644
--- a/specs/requirements.md
+++ b/specs/requirements.md
@@ -1,7 +1,7 @@
 # Requirements
 ## Go
 
-LXD requires Go 1.4 or higher.
+LXD requires Go 1.5 or higher.
 Both the golang and gccgo compilers are supported.
 
 ## Kernel requirements
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to