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
The http.Client parameter on Update was always passed nil from main; the
fallback client timeouts (15m / 2m) were pure dead code since the ctx
deadline (10m in runCommand) always wins. Match the convention of the
other update commands: no client param, no hand-rolled timeouts. Also
unexport latestRelease — it's not called from outside the package.
0 commit comments