➜ ssh-tpm-agent git:(add-certificate) ✗ go vet ./...
# github.com/foxboron/ssh-tpm-agent/agent
# [github.com/foxboron/ssh-tpm-agent/agent]
agent/agent.go:303:51: slog.Debug arg "err" should be a string or a slog.Attr (possible missing key or value)
agent/agent.go:312:54: slog.Debug arg "err" should be a string or a slog.Attr (possible missing key or value)
go 1.23 makes this vet warning fatal: