We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2673 commit 04b47fcCopy full SHA for 04b47fc
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