Copilot commented on code in PR #13554: URL: https://github.com/apache/apisix/pull/13554#discussion_r3402576781
########## t/plugin/grpc-web/go.mod: ########## @@ -1,15 +1,15 @@ module apisix.apache.org/plugin/grpc-web -go 1.24 +go 1.24.0 Review Comment: `go` directive in go.mod should use the Go language version in `major.minor` form. `go 1.24.0` is inconsistent with the other modules in this repo and is rejected by the Go tooling in many versions (patch versions belong in a `toolchain` directive, not the `go` directive). -- 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]
