We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6b340 commit 3abf563Copy full SHA for 3abf563
1 file changed
go-runner/src/builder/patcher.rs
@@ -31,8 +31,7 @@ pub fn patch_imports<P: AsRef<Path>>(
31
debug!("Patched {patched_files} files");
32
33
// 2. Update the go module to use the codspeed package
34
- let version = env!("CARGO_PKG_VERSION");
35
- let pkg = format!("github.com/CodSpeedHQ/codspeed-go@v{version}");
+ let pkg = "github.com/CodSpeedHQ/codspeed-go@cod-1273-support-perf-in-golang".to_string();
36
debug!("Installing {pkg}");
37
38
let mut cmd: Command = Command::new("go");
0 commit comments