DockerCLI/cli-plugins
Sebastiaan van Stijn 7c80e4f938
update go:build tags to use go1.22
commit 4a7b04d412 configured golangci-lint
to use go1.23 semantics, which enabled the copyloopvar linter.

go1.22 now creates a copy of variables when assigned in a loop; make sure we
don't have files that may downgrade semantics to go1.21 in case that also means
disabling that feature; https://go.dev/ref/spec#Go_1.22

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-12 12:38:18 +01:00
..
examples/helloworld cli-plugins: helloworld: rename var that collided with import 2024-01-11 22:25:15 +01:00
hooks plugins/templates: break on newlines when printing hooks 2024-04-15 12:59:53 +01:00
manager update go:build tags to use go1.22 2024-11-12 12:38:18 +01:00
plugin cli-plugins: RunPlugin(): rename error-variable that's possibly shadowed 2024-07-05 11:01:41 +02:00
socket plugins: don't panic on Close if PluginServer nil 2024-08-07 14:04:31 +01:00