Commits


Matt Topol authored and GitHub committed 266f1666805
GH-34055: [Go][CI] Add test run in CI that uses noasm tag (#34167) ### Rationale for this change A bug was found in the `noasm` build for the Go lib in #34044 so adding a CI run with the `noasm` tag should prevent that from happening again in the future. ### What changes are included in this PR? Updating the `go_test.sh` script to allow for an env var to tell it to add the `noasm` tag to the `go test` command Updating go.yml to add a `noasm` CI run ### Are there any user-facing changes? No * Closes: #34055 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>