()
| 337 | } |
| 338 | |
| 339 | func (e *noReleasesError) Error() string { return e.reason } |
| 340 | |
| 341 | func resolveLatestRelease(client *api.Client, host, owner, repo string) (*ResolvedRef, error) { |
| 342 | apiPath, err := safeurl.JoinPath("repos", owner, repo, "releases", "latest") |
no outgoing calls