mirror of
https://github.com/containers/podman.git
synced 2025-09-27 08:43:52 +08:00
Bump Buildah to v1.14.7
As the title says, bumping Buildah to v1.14.7 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/info.go
generated
vendored
3
vendor/github.com/containers/buildah/info.go
generated
vendored
@ -15,6 +15,7 @@ import (
|
||||
"github.com/containers/storage"
|
||||
"github.com/containers/storage/pkg/system"
|
||||
"github.com/containers/storage/pkg/unshare"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
@ -184,7 +185,7 @@ func readUptime() (string, error) {
|
||||
}
|
||||
f := bytes.Fields(buf)
|
||||
if len(f) < 1 {
|
||||
return "", fmt.Errorf("invalid uptime")
|
||||
return "", errors.Errorf("invalid uptime")
|
||||
}
|
||||
return string(f[0]), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user