mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
fix(deps): update module github.com/onsi/gomega to v1.36.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/onsi/gomega/internal/duration_bundle.go
generated
vendored
2
vendor/github.com/onsi/gomega/internal/duration_bundle.go
generated
vendored
@@ -49,7 +49,7 @@ func durationFromEnv(key string, defaultDuration time.Duration) time.Duration {
|
||||
return duration
|
||||
}
|
||||
|
||||
func toDuration(input interface{}) (time.Duration, error) {
|
||||
func toDuration(input any) (time.Duration, error) {
|
||||
duration, ok := input.(time.Duration)
|
||||
if ok {
|
||||
return duration, nil
|
||||
|
||||
Reference in New Issue
Block a user