Layr-Labs / eigenda

Secure, high-throughput, and decentralized Data Availability
https://www.eigenlayer.xyz/
Other
220 stars 168 forks source link

Fix printf lint warning #742

Closed estensen closed 2 weeks ago

estensen commented 1 month ago

Why are these changes needed?

Running linter locally with a newer version than CI fails

❯ golangci-lint version
golangci-lint has version 1.60.3 built with go1.23.0 from c2e095c on 2024-08-22T21:45:24Z
❯ golangci-lint run ./...
api/errors.go:18:29: printf: non-constant format string in call to google.golang.org/grpc/status.Errorf (govet)
    return status.Errorf(code, msg)

Checks