[lxc-devel] [lxd/master] Deprecate support for Go < 1.5
stgraber on Github
lxc-bot at linuxcontainers.org
Mon Mar 7 16:18:19 UTC 2016
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 422 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160307/98760528/attachment.bin>
-------------- next part --------------
From 3ae943d50da42de9ec9fd8d86fa3500c09a71f3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at 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 <stgraber at 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
More information about the lxc-devel
mailing list