kou commented on issue #40700: URL: https://github.com/apache/arrow/issues/40700#issuecomment-2013523021
Ah, we don't have any Go 21 job in `.github/workflows/go.yml`. It seems that Go supports only the 2 newer major releases: https://go.dev/doc/devel/release > Release Policy > > Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release. We fix critical problems, including [critical security problems](https://go.dev/security), in supported releases as needed by issuing minor revisions (for example, Go 1.6.1, Go 1.6.2, and so on). It seems that Go 1.21 and 1.22 are only supported versions now. @zeroshade Can we use Go 1.21 and 1.22 instead of 1.19 and 1.20 in `.github/workflows/go.yml`. -- 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]
