diff --git a/opts/opts.go b/opts/opts.go index 5952b8888895..4d20b955dff5 100644 --- a/opts/opts.go +++ b/opts/opts.go @@ -528,7 +528,6 @@ func (o *OomScoreAdj) String() string { } func (o *OomScoreAdj) Set(value string) error { - var conv int64 conv, _ = strconv.ParseInt(value, 10, 64) *o = OomScoreAdj(conv) diff --git a/vendor/modules.txt b/vendor/modules.txt index 4c9d9fe801b3..ea26fc752022 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -53,7 +53,7 @@ github.com/docker/distribution/registry/client/transport github.com/docker/distribution/registry/storage/cache github.com/docker/distribution/registry/storage/cache/memory github.com/docker/distribution/uuid -github.com/docker/docker v27.0.1-rc.1.0.20240621131212-ff1e2c0de72a+incompatible +# github.com/docker/docker v27.0.1-rc.1.0.20240621131212-ff1e2c0de72a+incompatible ## explicit github.com/docker/docker/api github.com/docker/docker/api/types