Upgrade to Go 1.24 and fix all golangci-lint issues#117
Conversation
The code here needs to be upgraded to the later version of go to pull necessary dependencies. As a result, the very out of date golangci-lint setup and config blocks the PR merges. Fix all issues, upgrade go mod and golangci-lint config, plus the CI workflow to be consistent with what's used in sei-chain.
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (23.85%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
===========================================
- Coverage 64.08% 39.72% -24.36%
===========================================
Files 28 58 +30
Lines 4057 7481 +3424
===========================================
+ Hits 2600 2972 +372
- Misses 1161 4162 +3001
- Partials 296 347 +51
🚀 New features to boost your workflow:
|
|
LGTM! Thanks for fixing all these! |
seems to be stuck on pending response
|
Strange. The golangci lint passed but github actions status doesn't seem to have been picked up: https://github.com/sei-protocol/sei-db/actions/runs/18323479032 |
The code here needs to be upgraded to the later version of go to pull necessary dependencies. As a result, the very out of date golangci-lint setup and config blocks the PR merges.
Fix all issues, upgrade go mod and golangci-lint config, plus the CI workflow to be consistent with what's used in sei-chain.