Skip to content

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 #1054

Bump google.golang.org/grpc from 1.58.2 to 1.58.3

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 #1054

GitHub Actions / golangci succeeded Oct 27, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (8)

config/config.go|540 col 6| func excludeTableFromSchema is unused (unused)
config/config.go|885 col 6| func matchLabels is unused (unused)
output/mermaid/mermaid_test.go|75 col 7| S1039: unnecessary use of fmt.Sprintf (gosimple)
output/mermaid/mermaid_test.go|104 col 7| S1039: unnecessary use of fmt.Sprintf (gosimple)
output/mermaid/mermaid_test.go|136 col 7| S1039: unnecessary use of fmt.Sprintf (gosimple)
drivers/mysql/mysql.go|501 col 49| ineffectual assignment to err (ineffassign)
drivers/sqlite/sqlite.go|366 col 49| ineffectual assignment to err (ineffassign)
drivers/mongodb/mongodb.go|92 col 27| SA1019: result.Map is deprecated: Converting directly from a D to an M will not be supported in Go Driver 2.0. Instead, users should marshal the D to BSON using bson.Marshal and unmarshal it to M using bson.Unmarshal. (staticcheck)