kubernetes: add go 1.10 support info

This commit is contained in:
Jörg Thalheim 2018-03-16 12:52:00 +00:00
parent 1ed100b13c
commit 234f70b59e

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "1dmq2g138h7fsswmq4l47b44gsl9anmm3ywqyi7y48f1rkvc11mk";
};
# go > 1.10 should be fixed by https://github.com/kubernetes/kubernetes/pull/60373
buildInputs = [ removeReferencesTo makeWrapper which go_1_9 rsync go-bindata ];
outputs = ["out" "man" "pause"];