Skip to content

fix build image

fix build image #215

GitHub Actions / golangci succeeded Aug 9, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (6)

internal/app/migrations/psql/update0020_update0020testdata.go|32 col 14| Error return value of tx.Rollback is not checked (errcheck)
internal/app/migrations/psql/update0020_update0020testdata.go|51 col 14| Error return value of tx.Rollback is not checked (errcheck)
internal/app/migrations/psql/update0020_update0020testdata.go|59 col 14| Error return value of tx.Rollback is not checked (errcheck)
internal/app/handlers/avatar.go|29 col 9| Error return value of w.Write is not checked (errcheck)
test/server_integration_test.go|37 col 15| Error return value is not checked (errcheck)
scripts/create-migration.go|5 col 2| SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)