rain: build with Go 1.18 instead of 1.17

Go 1.17 is EOL.
This commit is contained in:
Thomas Gerbet
2022-10-05 08:17:01 +10:00
committed by zowoq
parent 458a388a61
commit 5662a30757
+1 -3
View File
@@ -10570,9 +10570,7 @@ with pkgs;
radvd = callPackage ../tools/networking/radvd { };
rain = callPackage ../development/tools/rain {
buildGoModule = buildGo117Module;
};
rain = callPackage ../development/tools/rain { };
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;