lostluck commented on PR #28178: URL: https://github.com/apache/beam/pull/28178#issuecomment-1783508959
I'm pretty sure we 1) don't need a go mod environment (All go code in the repo is under a module, which is where it gets built anyway) and 2) don't need to explicitly manually install any given go package. If we depend on them, they need to be in the module file. I would instead remove the `go get ...avro...` line from the script. -- 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]
