Upgrade to golangci-lint v2 (#1008)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
func FuzzUnmarshal(f *testing.F) {
|
||||
file, err := os.ReadFile("benchmark/benchmark.toml")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
f.Error(err)
|
||||
}
|
||||
f.Add(file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user