chore: golangci-lint update.

This commit is contained in:
Xavier Michelon
2024-07-11 11:14:23 +02:00
parent 5d3f084a2b
commit fc64dbec59
33 changed files with 157 additions and 158 deletions

View File

@ -78,7 +78,7 @@ func FuzzUnmarshal(f *testing.F) {
str := strings.Join(items, sep)
f.Add([]byte(str))
f.Fuzz(func(t *testing.T, secret []byte) {
f.Fuzz(func(_ *testing.T, secret []byte) {
encodedSecret := base64.StdEncoding.EncodeToString(secret)
creds := &Credentials{}