Unverified Commit 78e9ca66 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #229339 from marsam/doggo-go-1.19

doggo: build with Go 1.19
parents 6dd61333 c949b052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6839,7 +6839,7 @@ with pkgs;
  };
  doggo = callPackage ../tools/networking/doggo {
    buildGoModule = buildGo118Module; # build fails with 1.19
    buildGoModule = buildGo119Module; # build fails with 1.20
  };
  dosfstools = callPackage ../tools/filesystems/dosfstools { };