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: avoid shadowing of 'err' in version parsing for plugin and config packages
Renamed inner error variables in version parsing logic in pkg/plugin/version.go and
pkg/config/version.go from 'err' to 'errParse' to avoid shadowing the outer 'err' variable.
This improves clarity in control flow and prevents potential confusion in error handling.
0 commit comments