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
Browse filesBrowse the repository at this point in the historyBrowse files
Krishnan Parthasarathi
authored and
Krishnan Parthasarathi
committed
fix: pin stringer to module-managed version in generate directives
Replace bare `stringer` invocations with `go tool stringer` so that
go generate always uses the version pinned via the tool directive in
go.mod (golang.org/x/tools v0.37.0) rather than whatever stringer
binary happens to be on PATH.
0 commit comments