Skip to content

Commit 3ae943d

Browse files
committed
Deprecate support for Go < 1.5
Some of our dependencies are failing to build on 1.4 nowadays... Signed-off-by: Stéphane Graber <[email protected]>
1 parent 99edb9e commit 3ae943d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os:
44
- osx
55

66
go:
7-
- 1.4
87
- 1.5
98
- 1.6
109
- tip

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ can take your [first steps](#first-steps).
3232

3333
We recommend having the latest versions of liblxc (>= 1.1 required) and CRIU
3434
(>= 1.7 recommended) available for LXD development. Additionally, LXD requires
35-
Golang 1.4 or later to work. All the right versions dependencies are available
35+
Golang 1.5 or later to work. All the right versions dependencies are available
3636
via the LXD PPA:
3737

3838
sudo apt-get install software-properties-common

Diff for: specs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements
22
## Go
33

4-
LXD requires Go 1.4 or higher.
4+
LXD requires Go 1.5 or higher.
55
Both the golang and gccgo compilers are supported.
66

77
## Kernel requirements

0 commit comments

Comments
 (0)