Skip to content

Commit

Permalink
Remove dead code (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 5, 2024
1 parent 9c20c41 commit 89c62fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resolver/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ func (g *Container) Resolve(ctx context.Context, value string) (string, error) {

return fmt.Sprintf("%s@%s", ref.Context().Name(), resp.Digest.String()), nil
}

func (g *Container) Upgrade(ctx context.Context, value string) (string, error) {
return "", fmt.Errorf("container::Upgrade is unimplemented")
}

0 comments on commit 89c62fa

Please sign in to comment.