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
As go.uber.org/mock depends on go 1.22 we might as well upgrade the go version
Upgrade github.com/jackc/pgx/v4 to v5
Motivation
Keeping the repository updated ensures that we:
Leverage Actively Maintained Tools: Migrating to the maintained go.uber.org/mock ensures compatibility with future Go versions, bug fixes, and security updates.
Adopt Modern Go Features: By upgrading to Go 1.22, we can take advantage of performance improvements, new language features, and better tooling support.
Reduce Technical Debt: Using outdated dependencies increases maintenance overhead and risks compatibility issues. Upgrading now prevents future disruptions and aligns with best practices.
Stay Aligned with the Community: Transitioning to go.uber.org/mock aligns us with the broader Go community, as the fork is now the standard for mock generation.
This proactive approach ensures the long-term health and maintainability of the codebase.
The text was updated successfully, but these errors were encountered:
Description
Motivation
Keeping the repository updated ensures that we:
This proactive approach ensures the long-term health and maintainability of the codebase.
The text was updated successfully, but these errors were encountered: