Skip to content

Update dependencies and upgrade to Go 1.24#43

Merged
adlio merged 1 commit intomainfrom
update-dependencies
Feb 21, 2026
Merged

Update dependencies and upgrade to Go 1.24#43
adlio merged 1 commit intomainfrom
update-dependencies

Conversation

@adlio
Copy link
Owner

@adlio adlio commented Feb 21, 2026

Summary

  • 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

  • Replace deprecated ioutil with io/os packages

Breaking Changes

⚠️ Suggested version bump: v1.4.0

  1. Go 1.24+ required (was 1.22)
  2. MSSQL driver package changed from github.com/denisenkom/go-mssqldb to github.com/microsoft/go-mssqldb
    • If you import the driver directly, update your import
    • The driver name "sqlserver" is unchanged

Test plan

  • All existing tests pass
  • Race detector passes
  • golangci-lint v2 passes
  • 100% code coverage

@codecov
Copy link

codecov bot commented Feb 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.79%. Comparing base (9f0c34d) to head (4f9f84f).
⚠️ Report is 17 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Owner Author

@adlio adlio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

- 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
@adlio adlio force-pushed the update-dependencies branch from 94ba2fc to 4f9f84f Compare February 21, 2026 19:04
@adlio adlio merged commit 0b9e532 into main Feb 21, 2026
5 checks passed
@adlio adlio deleted the update-dependencies branch February 21, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant