Skip to content

Commit

Permalink
cmd/root2arrow: use latest arrow-cat for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Sep 6, 2023
1 parent 1d490da commit 8631271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root2arrow/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {
return
}

o, err := exec.Command("go", "install", "git.sr.ht/~sbinet/go-arrow/ipc/cmd/arrow-cat").CombinedOutput()
o, err := exec.Command("go", "install", "git.sr.ht/~sbinet/go-arrow/ipc/cmd/arrow-cat@latest").CombinedOutput()
if err != nil {
panic(fmt.Errorf("could not install arrow-cat command:\n%v\nerr: %w", string(o), err))
}
Expand Down

0 comments on commit 8631271

Please sign in to comment.