Skip to content
Snippets Groups Projects
Commit c4779a9f authored by Justin Tobler's avatar Justin Tobler
Browse files

Replace `math/rand` `Read()` callsites with `crypto/rand`

In Go 1.20, the `math/rand` package `Read()` function is deprecated. To
avoid linter errors update callsites to use `Read()` from the
`crypto/rand` package.
parent 64b6bf61
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment