nic-6443 commented on code in PR #13554: URL: https://github.com/apache/apisix/pull/13554#discussion_r3402593919
########## 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: I checked this with Go 1.24.13 and the current local toolchain. Forcing this module back to `go 1.24` makes `go build` fail with `updates to go.mod needed`; `go mod tidy` writes `go 1.24.0` again. So I am keeping the toolchain-generated directive here. -- 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]
