rain: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user