damccorm commented on code in PR #30559:
URL: https://github.com/apache/beam/pull/30559#discussion_r1552338484
##########
local-env-setup.sh:
##########
@@ -24,7 +24,7 @@ darwin_install_pip3_packages() {
install_go_packages(){
echo "Installing goavro"
- go get github.com/linkedin/goavro/v2
+ go install github.com/linkedin/goavro@latest
Review Comment:
Did you mean to make this change? I think we need get here not just install
--
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]