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
UpdateSelf method: latest, err := up.UpdateSelf(v, "myname/myrepo") not returning error in case the GithubToken doesn't have required access like in case repo access is not provided to the token. It shows the current version as latest and error is returned as nil. Instead it should return error that tool can't fetch latest update or something.
The text was updated successfully, but these errors were encountered:
UpdateSelf method:
latest, err := up.UpdateSelf(v, "myname/myrepo")
not returning error in case the GithubToken doesn't have required access like in case repo access is not provided to the token. It shows the current version as latest and error is returned as nil. Instead it should return error that tool can't fetch latest update or something.The text was updated successfully, but these errors were encountered: