Update dependencies, Go version, and build pipeline#1
Merged
Conversation
Co-authored-by: ziflex <1607148+ziflex@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependencies
Update dependencies and Go version
Sep 1, 2025
ziflex
approved these changes
Sep 1, 2025
Contributor
|
@copilot Update the build pipeline, please. |
Co-authored-by: ziflex <1607148+ziflex@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Update dependencies and Go version
Update dependencies, Go version, and build pipeline
Sep 1, 2025
Contributor
|
@copilot let's bump Go version up to 1.23. |
Co-authored-by: ziflex <1607148+ziflex@users.noreply.github.com>
Contributor
Author
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.
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.