Conversation
|
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 pull request updates dependencies and CI workflows to use newer versions, primarily focusing on upgrading the Go version, related tooling, and several indirect dependencies. These changes aim to keep the project up-to-date, improve security, and ensure compatibility with the latest features and fixes.
Dependency Upgrades
1.26.4to1.26.5acrossgo.mod,Dockerfile,.devcontainer/Dockerfile, and all GitHub Actions workflows to ensure the project uses the latest stable Go release. [1] [2] [3] [4] [5] [6] [7]go.mongodb.org/mongo-driver/v2fromv2.7.0tov2.8.0ingo.modfor improved MongoDB driver support.golang.org/x/crypto,golang.org/x/net,golang.org/x/sync,golang.org/x/sys,golang.org/x/text) to their latest versions ingo.mod.CI/CD Workflow Improvements
actions/checkoutfromv6tov7in all workflows for better performance and new features. [1] [2] [3] [4] [5] [6] [7] [8]govulncheckto versionv1.6.0and its installation hash to the latest commit in workflows and theMakefile. [1] [2] [3]These updates help maintain security, stability, and compatibility with the latest ecosystem standards.