Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more build environment test #546

Merged
merged 4 commits into from
Dec 14, 2023

bonsai

a5d5747
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add more build environment test #546

bonsai
a5d5747
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Dec 14, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

config/config.go|553 col 6| func excludeTableFromSchema is unused (unused)
config/config.go|908 col 6| func matchLabels is unused (unused)
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|98 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)