Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 in the global group across 1 directory#263
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps the global group with 1 update in the / directory: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql). Updates `github.com/go-sql-driver/mysql` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/go-sql-driver/mysql/releases) - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md) - [Commits](go-sql-driver/mysql@v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: github.com/go-sql-driver/mysql dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: global ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/global-7ca3ae735e
branch
from
May 27, 2026 02:10
1cadd30 to
0c460e3
Compare
Starttoaster
approved these changes
May 28, 2026
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.
Bumps the global group with 1 update in the / directory: github.com/go-sql-driver/mysql.
Updates
github.com/go-sql-driver/mysqlfrom 1.9.3 to 1.10.0Release notes
Sourced from github.com/go-sql-driver/mysql's releases.
Changelog
Sourced from github.com/go-sql-driver/mysql's changelog.
Commits
a065b60release v1.10.0 (#1765)09e4187modernize (#1764)6c44a9aEnhance interpolateParams to correctly handle placeholders (#1732)688ce56Update supported Go version to 1.24–1.26 (#1763)118d07fBump filippo.io/edwards25519 from 1.1.1 to 1.2.0 (#1756)d6b2d3eConsolidate Dependabot update noise by grouping weekly dependency PRs (#1762)037dfd8Fix getSystemVar buffer reuse (#1754)900f330Bump actions/checkout from 4 to 6 (#1758)ab9e380fix staticcheck error (#1761)f298c66Bump actions/setup-go from 5 to 6 (#1757)Note
Low Risk
Lockfile-only change with no edits to chia-exporter logic; risk is limited to upstream MySQL driver behavior if optional DB metrics are enabled.
Overview
Bumps
github.com/go-sql-driver/mysqlfrom 1.9.3 to 1.10.0 ingo.modandgo.sumonly; there are no application code changes in this repo.The newer driver release includes fixes and behavior changes upstream (e.g.
getSystemVar/max_allowed_packetwhenmaxAllowedPacket=0, safer?handling ininterpolateParams, transaction commit/rollback error propagation, and MariaDB protocol tweaks). This project wires MySQL via CLI/config for optional DB-backed metrics, so runtime impact depends on whether those code paths and DSN settings are used in deployment.Reviewed by Cursor Bugbot for commit 0c460e3. Bugbot is set up for automated code reviews on this repo. Configure here.