You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Pin `github.com/go-sql-driver/mysql` to **v1.6.0** (from v1.9.3) so
SubmitQueue matches the version used in our monorepo.
- Refresh `go.sum` for the new driver version.
- Drop the indirect `filippo.io/edwards25519` dependency that was only
pulled in by the newer MySQL driver.
## Test plan
- [ ] `make check-tidy`
- [ ] `make lint`
- [ ] `go build ./...` or `make test` (as you usually run before merge)
0 commit comments