ipfs-migrator: pin to go_1_16

This commit is contained in:
zowoq 2022-02-04 19:15:08 +10:00
parent 36e44512d7
commit 3020762c1e

View File

@ -6733,7 +6733,9 @@ with pkgs;
ipfs = callPackage ../applications/networking/ipfs {
buildGoModule = buildGo116Module;
};
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator {
buildGoModule = buildGo116Module;
};
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo116Module;
};