rain: build with Go 1.18 instead of 1.17

Go 1.17 is EOL.
This commit is contained in:
Thomas Gerbet 2022-10-04 23:44:26 +02:00 committed by zowoq
parent 458a388a61
commit 5662a30757

View file

@ -10570,9 +10570,7 @@ with pkgs;
radvd = callPackage ../tools/networking/radvd { }; radvd = callPackage ../tools/networking/radvd { };
rain = callPackage ../development/tools/rain { rain = callPackage ../development/tools/rain { };
buildGoModule = buildGo117Module;
};
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream; rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;