chore: upgrade Go/dependencies and improve core tests#39
Merged
rizalgowandy merged 3 commits intomainfrom Feb 28, 2026
Merged
Conversation
- bump go directive from 1.15 to 1.24.9\n- upgrade direct dependencies: squirrel, redsync, pgx, echo, gdk, testify\n- refresh module graph via tidy (go.sum updated)\n\nThis commit focuses only on dependency/toolchain maintenance and keeps test improvements separate.
- add option tests for parser override, interceptor wiring, and manager option assignment\n- extend interceptor chain tests for execution order and error propagation\n- add storage tests for Value/Scan roundtrips, invalid scan inputs, and noop client behavior\n\nThese tests target edge cases around configuration and middleware/storage safety paths.
Resolve merge conflicts in go.mod and go.sum while preserving dependency upgrade targets, then validate with go test ./...
Contributor
Code Metrics Report
Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
go.sum)Commits
chore(deps): upgrade Go baseline and module versionstest: strengthen option, interceptor, and storage coverageValidation
go test ./...