Closed rootulp closed 1 month ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
There's a bug in Go 1.23 https://github.com/golang/go/issues/69312 that is impacting celestia-node so let's hold off on merging this until we identify if the same issue may hit us.
Looks like https://github.com/golang/go/issues/69312 was fixed in Go 1.23.2. celestia-app doesn't invoke timer.Stop
so I think we can proceed with this Go bump.
Description
Upgrade to Go 1.23.1 motivated by https://github.com/celestiaorg/celestia-app/pull/3847. I had to modify GoReleaser config because https://github.com/goreleaser/goreleaser/issues/5127.
Maintainers need to update their local golangic-lint binary to v1.61.0. See golangci-lint install.