LinkinStars commented on code in PR #270: URL: https://github.com/apache/incubator-answer-plugins/pull/270#discussion_r1901457761
########## notification-wecom/go.mod: ########## @@ -0,0 +1,47 @@ +module github.com/apache/incubator-answer-plugins/notification-wecom + +go 1.23.4 Review Comment: Use the `go 1.22.0` version that is the same as [other plugins](https://github.com/apache/incubator-answer-plugins/blob/d99270e8823a7a18206b00da40d6035fa85ca082/captcha-google-v2/go.mod#L3C1-L3C10). -- 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]
