DockerCLI/cli/compose
Sebastiaan van Stijn 40833fd296
cli/compose/loader: remove redundant capturing of loop vars (copyloopvar)
go1.22 and up now produce a unique variable in loops, tehrefore no longer
requiring to capture the variable manually;

    cli/compose/loader/merge.go:71:3: The copy of the 'for' variable "overrideService" can be deleted (Go 1.22+) (copyloopvar)
            overrideService := overrideService
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-05 10:14:32 +01:00
..
convert cli/compose: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
interpolation Update go:build comments to go1.21 2024-06-18 12:17:13 +02:00
loader cli/compose/loader: remove redundant capturing of loop vars (copyloopvar) 2024-11-05 10:14:32 +01:00
schema cli/compose: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
template cli/compose: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
types Allow for OomScoreAdj 2024-07-19 13:02:01 -04:00