ipfs-cluster: pin to go 1.14

This commit is contained in:
Aluísio Augusto Silva Gonçalves
2020-09-01 18:03:42 +10:00
committed by zowoq
parent 23c51e2b2a
commit 2316f3520c
+3 -1
View File
@@ -4550,7 +4550,9 @@ in
buildGoModule = buildGo114Module;
};
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo114Module;
};
ipget = callPackage ../applications/networking/ipget { };