Skip to content

Commit

Permalink
fix: unreleased package version resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Aug 26, 2023
1 parent 6e6d3fb commit 094b42f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ func (v *Resolver) ResolveVersion() (string, error) {
return fallbackVersion.Hash, nil
}

if proxyErr != nil || fallbackErr != nil {
return "", fmt.Errorf(`failed to get any version from both proxy and fallback`)
}

return proxyVersion.Version, nil
}

Expand Down

0 comments on commit 094b42f

Please sign in to comment.