1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

tracee: pin to go 1.18

This commit is contained in:
zowoq 2022-10-10 22:52:08 +10:00
parent b011bb0561
commit 15971fd54a

View file

@ -11960,7 +11960,9 @@ with pkgs;
tracebox = callPackage ../tools/networking/tracebox { stdenv = gcc10StdenvCompat; };
tracee = callPackage ../tools/security/tracee { };
tracee = callPackage ../tools/security/tracee {
buildGoModule = buildGo118Module; # tests fail with 1.19
};
tracefilegen = callPackage ../development/tools/analysis/garcosim/tracefilegen { };