lidavidm commented on PR #2659: URL: https://github.com/apache/arrow-adbc/pull/2659#issuecomment-2768108755
Ugh. @zeroshade staticcheck needs to be built with Go 1.24 to check some files in this dep, so I bumped the Go version, which required bumping golangci-lint, which (1) made a bunch of edits (mostly changing if/else chains into switch statements) (2) now errors on a lot of cases where we forget to check the result of `defer foo.Close()` in tests, so this will take a bit of work -- 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]
