zeroshade opened a new pull request, #725:
URL: https://github.com/apache/arrow-go/pull/725

   ### Rationale for this change
   We follow the standard go policy of supporting N - 1 where N is the latest 
version of Go. Several dependencies have already updated to a minimum of go1.25 
so we need to do the same.
   
   ### What changes are included in this PR?
   - Update go.mod to require Go 1.25.0 (was 1.24.0)
   - Update .env default Go version to 1.25.8
   - Update CI workflows to test Go 1.25 and 1.26, removing 1.24:
     - test.yml: Update all test matrices (docker, macos, windows)
     - benchmark.yml: Update to Go 1.26.1
     - lint.yml: Update to Go 1.25
   
   ### Are these changes tested?
   Yes
   
   ### Are there any user-facing changes?
   Starting with our next version, our go.mod will list go1.25 as our minimum
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to