You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: relax Go version constraint to 1.23 (#4964)
This PR relaxes to Go version from 1.23 from 1.23.5. This should
implicitly use the latest patch version by default, but let dependent
modules control of the patch model. Although it's recommended that the
latest patch is used in general.
This avoids the need to constantly update this value on every Go patch
upgrade.
Similar change done in cometbft-db here
(cometbft/cometbft-db#245)
---
#### PR checklist
- [x] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
0 commit comments