Commit c949b052 authored by Mario Rodas's avatar Mario Rodas
Browse files

doggo: build with Go 1.19

parent 103897b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6841,7 +6841,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 { };