update golangci-lint (#535)

This commit is contained in:
Alessandro Ros
2024-03-19 12:50:26 +01:00
committed by GitHub
parent 10fb1c98e3
commit 24ed937861
37 changed files with 182 additions and 181 deletions

View File

@@ -103,7 +103,7 @@ func FuzzAuthorizationUnmarshal(f *testing.F) {
f.Add(ca.vin[0])
}
f.Fuzz(func(t *testing.T, b string) {
f.Fuzz(func(_ *testing.T, b string) {
var h Authorization
h.Unmarshal(base.HeaderValue{b}) //nolint:errcheck
})