mirror of
https://github.com/containers/skopeo.git
synced 2025-09-15 14:30:58 +00:00
fix(deps): update github.com/containers/image/v5 digest to 58d5eb6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
1
vendor/github.com/sylabs/sif/v2/pkg/sif/descriptor_input.go
generated
vendored
1
vendor/github.com/sylabs/sif/v2/pkg/sif/descriptor_input.go
generated
vendored
@@ -111,7 +111,6 @@ func (e *unexpectedDataTypeError) Error() string {
|
||||
}
|
||||
|
||||
func (e *unexpectedDataTypeError) Is(target error) bool {
|
||||
//nolint:errorlint // don't compare wrapped errors in Is()
|
||||
t, ok := target.(*unexpectedDataTypeError)
|
||||
if !ok {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user