zeroshade commented on code in PR #2150: URL: https://github.com/apache/arrow-adbc/pull/2150#discussion_r1751126027
########## go/adbc/go.mod: ########## @@ -17,7 +17,9 @@ module github.com/apache/arrow-adbc/go/adbc -go 1.21 +go 1.22.0 + +toolchain go1.22.7 Review Comment: we should probably change these to `go1.22` and `toolchain go1.22.4` so that we aren't subject to the issue we filed on the go runtime which was introduced with `go1.22.5` until they fix it. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org