Skip to content

Commit 04b47fc

Browse files
committed
wip: hardcode pkg to make ci pass (remove before merging)
1 parent 92f2673 commit 04b47fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

go-runner/src/builder/patcher.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ pub fn patch_imports<P: AsRef<Path>>(
3131
debug!("Patched {patched_files} files");
3232

3333
// 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}");
34+
let pkg = "github.com/CodSpeedHQ/codspeed-go@cod-1273-support-perf-in-golang".to_string();
3635
debug!("Installing {pkg}");
3736

3837
let mut cmd: Command = Command::new("go");

0 commit comments

Comments
 (0)