ipfs-cluster: pin to go 1.14
This commit is contained in:
parent
23c51e2b2a
commit
2316f3520c
1 changed files with 3 additions and 1 deletions
|
@ -4550,7 +4550,9 @@ in
|
||||||
buildGoModule = buildGo114Module;
|
buildGoModule = buildGo114Module;
|
||||||
};
|
};
|
||||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
|
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 { };
|
ipget = callPackage ../applications/networking/ipget { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue