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
fix(deps): bump sqlc to v1.31.1
The repo has switched org recently, so the download URL is also updated
to reflect this.
Furthermore, renovate support is added.
fix(sg): strip .funcN closure suffix from target display name
runtime.FuncForPC appends .funcN to closure names, which flows through
NewLogger and produces noisy prefixes like [sggolangcilintv-2:command:func-1].
Only the display Name() is affected; the unique ID() retains the full
runtime name for correct deduplication.
chore(deps): bump sggolangmigrate to v4.19.1
v4.19.1 among other things updates the dependency for cloud.google.com/go/spanner
from v1.56 -> v1.85 bringing with it performance improvements and support for
new DDL statements such as those for `TOKENLIST` columns and `SEARCH INDEX`.