Alanxtl opened a new issue, #2825: URL: https://github.com/apache/dubbo-go/issues/2825
Currently, the go version of dubbogo uses go1.23, but CI and go.mod still denotes go1.20, result in fail of Integration Testing, also mentioned in [dubbogo#2821](https://github.com/apache/dubbo-go/pull/2821).  I tried to update go.mod to 1.23 and update golangci/golangci-lint-action to v7 and update config file version to v2. Following the update of [dubbo-go-samples#813](https://github.com/apache/dubbo-go-samples/pull/813) This indeed solve the fail of Integration Testing. But result in static check fail.  To see what I've done and the static check error in detail, see [here](https://github.com/Alanxtl/dubbo-go/pull/1) Should we fix the static check error or change the golangci-lint strategy? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
