Commits


Matt Topol authored and GitHub committed ce0d20c06ae
GH-34629: [Go] Fix transpose_ints to work on riscv64-freebsd (#34647) ### Rationale for this change Protecting the Go arrow packages from failing on new architectures by ensuring the pure go implementation gets loaded for any architecture that isn't one of the explicit ones we have assembly for. ### What changes are included in this PR? changing the go build constraint * Closes: #34629 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>