Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
==========================================
+ Coverage 99.77% 99.79% +0.01%
==========================================
Files 10 10
Lines 453 483 +30
==========================================
+ Hits 452 482 +30
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Update direct dependencies to latest versions: - go-sqlmock: v1.5.0 -> v1.5.2 - mysql driver: v1.8.1 -> v1.9.3 - sqlite3: v1.14.16 -> v1.14.33 - Replace deprecated denisenkom/go-mssqldb with microsoft/go-mssqldb - Update indirect dependencies: - golang.org/x/crypto: v0.0.0-20201016220609 -> v0.47.0 - golang.org/x/sys: v0.28.0 -> v0.40.0 - Various docker/moby dependencies - Upgrade Go version from 1.22 to 1.24 (required by x/crypto) - Update CircleCI config for Go 1.24 and golangci-lint v2 - Fix MSSQL test connection for Go 1.24 TLS strictness - Fix data race in MSSQL Unlock by extracting getLockMode helper - Replace deprecated ioutil with io/os packages
94ba2fc to
4f9f84f
Compare
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
Update direct dependencies to latest versions:
Update indirect dependencies:
Upgrade Go version from 1.22 to 1.24 (required by x/crypto)
Update CircleCI config for Go 1.24 and golangci-lint v2
Fix MSSQL test connection for Go 1.24 TLS strictness
Fix data race in MSSQL Unlock
Replace deprecated ioutil with io/os packages
Breaking Changes
github.com/denisenkom/go-mssqldbtogithub.com/microsoft/go-mssqldb"sqlserver"is unchangedTest plan