You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/13 19:28:28 UTC

[GitHub] [beam-starter-go] davidcavazos commented on a diff in pull request #3: Use generic registration over legacy route in main.go

davidcavazos commented on code in PR #3:
URL: https://github.com/apache/beam-starter-go/pull/3#discussion_r920429399


##########
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:
   Yes, we can make that part of the Beam release guide. Eventually it would be nice to use [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) to automatically update all versions and automerge them as long as tests pass. These "Hello Worlds" are so simple that it should be safe to update everything to the latest version automatically.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org