We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d99425 commit a187704Copy full SHA for a187704
1 file changed
go-runner/src/runner/overlay/instrument_hooks.rs
@@ -6,7 +6,7 @@ use tar::Archive;
6
use tempfile::TempDir;
7
8
const INSTRUMENT_HOOKS_REPO: &str = "CodSpeedHQ/instrument-hooks";
9
-const INSTRUMENT_HOOKS_COMMIT: &str = "ecdf31a3afd0fb879823e40df65129ec823d374b";
+const INSTRUMENT_HOOKS_COMMIT: &str = "d83209f91683cf4c1677bdde28e0e43ca201f6ed";
10
11
/// Get the instrument-hooks directory, downloading if necessary
12
/// Downloads to /tmp/codspeed-instrument-hooks-{commit}/
0 commit comments