Skip to content

Commit

Permalink
rain: build with Go 1.18 instead of 1.17
Browse files Browse the repository at this point in the history
Go 1.17 is EOL.
  • Loading branch information
LeSuisse authored and zowoq committed Oct 4, 2022
1 parent 458a388 commit 5662a30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5662a30

Please sign in to comment.