automation-tests/common/libnetwork/util
Paul Holzinger 805e7ae406 update golangci-lint to 1.60.3
Contains fixes for new linters, removed depracted and removed linters
from the config.

Most notably because we use go 1.22 now we can get rid of the copy for
loop vars[1]. Also as of the go 1..2 we can use the new int range syntax
in for loops the new intrange linter checks that.

[1] https://go.dev/blog/loopvar-preview

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-09-03 15:57:02 +02:00
..
filters.go Replace golang.org/x/exp/slices with slices from std 2024-04-22 14:12:47 +02:00
filters_test.go update golangci-lint to 1.60.3 2024-09-03 15:57:02 +02:00
ip.go libnetwork/util: add GetLocalIPExcluding() 2024-03-15 11:54:23 +01:00
ip_calc.go add libnetwork package 2021-12-16 19:07:38 +01:00
ip_test.go add libnetwork package 2021-12-16 19:07:38 +01:00