Skip to content

Dependency bumps. #1849

Dependency bumps.

Dependency bumps. #1849

GitHub Actions / Lint Warnings succeeded Mar 21, 2024 in 0s

reviewdog [Lint Warnings] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

util/test/account_testutil.go|61 col 2| SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
config/datadir.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)
util/util.go|7 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)