about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubernetes
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-16 12:52:00 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-03-16 12:52:54 +0000
commit234f70b59ea8b7186f6c65731b659af08d79368d (patch)
tree385ecab933d32661ec7264608215c11c7794f4e9 /pkgs/applications/networking/cluster/kubernetes
parent1ed100b13c423cb21048dcecf34b0fa24e6e8cd1 (diff)
downloadnixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar.gz
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar.bz2
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar.lz
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar.xz
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.tar.zst
nixlib-234f70b59ea8b7186f6c65731b659af08d79368d.zip
kubernetes: add go 1.10 support info
Diffstat (limited to 'pkgs/applications/networking/cluster/kubernetes')
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index b9cb5ca91e77..e892dbaddf56 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -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"];