go-ethereum/cmd/devp2p/internal
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587)
Changelog: https://golangci-lint.run/product/changelog/#1610 

Removes `exportloopref` (no longer needed), replaces it with
`copyloopvar` which is basically the opposite.

Also adds: 
- `durationcheck`
- `gocheckcompilerdirectives`
- `reassign`
- `mirror`
- `tenv`

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-10-14 19:25:22 +02:00
..
ethtest build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
v4test p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
v5test all: use slices.Contains (#29459) 2024-04-06 12:05:06 +02:00