Replace deprecated 'golang.org/x/exp/rand' to 'math/rand/v2' #10769
go.yml
on: push
ubuntu
2m 22s
smoke_tests
0s
Matrix: lint
Annotations
8 errors
lint (ubuntu-latest):
pkg/node/peers/score_selector.go#L160
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
|
lint (ubuntu-latest)
Process completed with exit code 1.
|
lint (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
lint (macos-latest)
The operation was canceled.
|
lint (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
lint (windows-latest)
The operation was canceled.
|
ubuntu:
pkg/node/peers/score_selector.go#L160
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
|
ubuntu
Process completed with exit code 2.
|