# HG changeset patch # User Mikael Berthe # Date 1492954455 -7200 # Node ID a6672fc5ee68a3f77a89e48f9486f832ccaa348d # Parent cde24b04e16d3b4bc67c9beb88a8a30301dd69c8 Add a note about required Go version Some dependencies do not support very old versions of Go so as there is no easy way fix issue #1 I'll add the minimum version to the README. Tested successfully with Golang 1.5.1 here. diff -r cde24b04e16d -r a6672fc5ee68 README.md --- a/README.md Sat Apr 22 14:58:57 2017 +0200 +++ b/README.md Sun Apr 23 15:34:15 2017 +0200 @@ -13,7 +13,7 @@ ### From source -To install the application from source (you need to have Go), just type: +To install the application from source (you need to have Go >= 1.5), just type: go get github.com/McKael/madonctl