joellubi commented on issue #1107: URL: https://github.com/apache/arrow-adbc/issues/1107#issuecomment-1758409779
@lidavidm 1. Got it, thanks. 2. Ok I'll make that change. 3. Yes the version is currently [v1.31.0](https://github.com/apache/arrow/blob/main/go/go.mod#L44), so it probably makes sense to use that version. I was a little confused because the file has still been generated with `v1.28.1` despite go.mod indicating otherwise. TLDR it turns out that because `protoc-gen-go` is a plugin for `protoc` and not directly runnable via `go run ...`, there's not a simple way to tell `//go:generate` to run the version specified in go.mod. That's unfortunate but at least I can align my local environment with go.mod manually. -- 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]
