[lxc-devel] [lxd/master] Bump Go requirement to 1.9 or higher

stgraber on Github lxc-bot at linuxcontainers.org
Thu Mar 8 08:31:33 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180308/d28d4d01/attachment.bin>
-------------- next part --------------
From 9c7146a8bd589cb15b592119c96d6222e442abb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 8 Mar 2018 09:31:10 +0100
Subject: [PATCH] Bump Go requirement to 1.9 or higher
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/index.md        | 6 +++---
 doc/requirements.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/index.md b/doc/index.md
index 28201e834..d8ea52a57 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -27,9 +27,9 @@ Project status  | CII Best Practices    | [![CII Best Practices](https://bestpra
 Instructions on installing LXD for a wide variety of Linux distributions and operating systems [can be found on our website](https://linuxcontainers.org/lxd/getting-started-cli/).
 
 ## Installing LXD from source
-We recommend having the latest versions of liblxc (>= 2.0.0 required) and CRIU
-(>= 1.7 recommended) available for LXD development. Additionally, LXD requires
-Golang 1.6 or later to work. On ubuntu, you can get those with:
+We recommend having the latest versions of liblxc (>= 2.0.0 required)
+available for LXD development. Additionally, LXD requires Golang 1.9 or
+later to work. On ubuntu, you can get those with:
 
 ```bash
 sudo apt update
diff --git a/doc/requirements.md b/doc/requirements.md
index e97d20a67..229b76a31 100644
--- a/doc/requirements.md
+++ b/doc/requirements.md
@@ -1,7 +1,7 @@
 # Requirements
 ## Go
 
-LXD requires Go 1.5 or higher.
+LXD requires Go 1.9 or higher.
 Both the golang and gccgo compilers are supported.
 
 ## Kernel requirements


More information about the lxc-devel mailing list