Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golangci-lint: enable copyloopvar linter
go1.22 now creates a copy of variables when assigned in a loop; enable the copyloopvar linter to find locations where we capture loop vars that are now redundant; https://go.dev/ref/spec#Go_1.22 Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information