damccorm commented on code in PR #3: URL: https://github.com/apache/beam-starter-go/pull/3#discussion_r920124215
########## go.mod: ########## @@ -2,7 +2,7 @@ module example.com/my_app go 1.18 -require github.com/apache/beam/sdks/v2 v2.39.0 +require github.com/apache/beam/sdks/v2 v2.40.0 Review Comment: This is out of the scope of this PR, but we may want a strategy for bumping this dependency as part of our release process. @davidcavazos how have we been handling this (if at all) in the other starter repos? Should this be added to the [beam release guide](https://beam.apache.org/contribute/release-guide/)? @jrmccluskey this comment isn't meant to hold up merging this PR -- 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]
