This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 168abc58 ci: fix mingw GO_VERSION (#733)
168abc58 is described below
commit 168abc58a342ad78a0deca0a9b6c42cc0dedb351
Author: Matt Topol <[email protected]>
AuthorDate: Fri Mar 27 13:40:35 2026 -0400
ci: fix mingw GO_VERSION (#733)
### Rationale for this change
MingW WIndows build is failing
### What changes are included in this PR?
fix CI steps that sets the GO_VERSION from `.env` into the environment
### Are there any user-facing changes?
CI only
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a337228a..d4020a50 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -283,6 +283,7 @@ jobs:
run: |
ci/scripts/msys2_setup.sh
- name: Get required Go version
+ shell: msys2 {0}
run: "(. .env && echo \"GO_VERSION=${GO}\") >> $GITHUB_ENV"
- name: Update CGO Env vars
shell: msys2 {0}