Update dependencies, Go version, and build pipeline #1
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.
This PR updates the project dependencies to their latest stable versions, bumps the Go version, and modernizes the build pipeline for better compatibility and security.
Changes Made
Go Version Update
1.17to1.23for improved performance and access to newer language featuresDependency Updates
v1.10.4→v1.10.9(PostgreSQL driver with bug fixes and improvements)v1.7.0→v1.11.1(testing framework with enhanced features and bug fixes)v1.1.0→v1.1.1(indirect dependency update)v3.0.1(indirect dependency update)Build Pipeline Modernization
actions/setup-gofrom v2 to v5actions/checkoutfrom v2 to v4go installinstead of deprecatedgo getgo mod downloadinstead of deprecatedgo get -dVerification
All existing functionality has been preserved:
go vetpasses without warningsThe updates bring security fixes, performance improvements, and better compatibility with modern Go tooling while maintaining full backward compatibility with the existing API.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.