Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Go 1.23 #361

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Add support for Go 1.23 #361

merged 2 commits into from
Sep 15, 2024

Conversation

XSAM
Copy link
Owner

@XSAM XSAM commented Sep 15, 2024

No description provided.

Copy link

codecov bot commented Sep 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.2%. Comparing base (80111f6) to head (ddf8b23).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #361   +/-   ##
=====================================
  Coverage   84.2%   84.2%           
=====================================
  Files         13      13           
  Lines        611     611           
=====================================
  Hits         515     515           
  Misses        72      72           
  Partials      24      24           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@XSAM XSAM merged commit c5c15c8 into main Sep 15, 2024
17 checks passed
@XSAM XSAM deleted the go-1.23 branch September 15, 2024 04:42
@XSAM XSAM mentioned this pull request Sep 15, 2024
XSAM added a commit that referenced this pull request Sep 15, 2024
The minimum supported Go version is `1.22`.

### Added

- Go 1.23 to supported versions. (#361)

### Changed

- The `Open` method uses the `dataSourceName` when calling `sql.Open`.
(#359)

This change improves compatibility with certain drivers that perform a
verification of the `dataSourceName` before establishing a connection.
- Upgrade OTel to version `v1.30.0/v0.52.0`. (#356)

### Removed

- Support for Go `1.21`. (#356)
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