derrickaw commented on code in PR #39480:
URL: https://github.com/apache/beam/pull/39480#discussion_r3917243479
##########
learning/tour-of-beam/backend/go.mod:
##########
@@ -15,18 +15,82 @@
module beam.apache.org/learning/tour-of-beam/backend
-go 1.16
+go 1.25.0
require (
github.com/GoogleCloudPlatform/functions-framework-go v1.5.3
gopkg.in/yaml.v3 v3.0.1
)
require (
- cloud.google.com/go/datastore v1.8.0
- cloud.google.com/go/firestore v1.7.0 // indirect
+ cel.dev/expr v0.25.1 // indirect
Review Comment:
Yea this is expected with a jump to 1.25 go and was completed through `go
mod tidy`. Thanks
--
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]