chore(lint): upgrade to v1.56.2

This commit is contained in:
Quentin McGaw
2024-06-13 09:10:33 +00:00
parent 2b02ac154e
commit 8e802d45ae
4 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ func Test_IPv6(t *testing.T) {
}
func Fuzz_IPv6(f *testing.F) {
f.Fuzz(func(t *testing.T, ipv6A, ipv6B, ipv6C []byte,
f.Fuzz(func(_ *testing.T, ipv6A, ipv6B, ipv6C []byte,
garbageA, garbageB, garbageC string) {
var arrayA [16]byte
if len(ipv6A) > 0 {