kata-containers/src/runtime/pkg/utils
stevenhorsman 865fa9da15 runtime: Resolve go static-checks failure
Remove `rand.Seed` call to resolve the following failure:
```
rand.Seed is deprecated: As of Go 1.20 there is no reason to call Seed with a random value.
```

The go rand.Seed docs: https://pkg.go.dev/math/rand@go1.20#Seed
back this up and states:
> If Seed is not called, the generator is seeded randomly at program startup.
so I believe we can just delete the call.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2024-05-21 11:08:59 +01:00
..
shimclient runtime: display accurate error msg to avoid misleading users. 2024-02-04 16:45:59 +08:00
metrics.go
schedcore_linux.go schedcore: Make buildable on !linux 2023-01-05 11:51:04 -08:00
schedcore_other.go schedcore: Make buildable on !linux 2023-01-05 11:51:04 -08:00
schedcore.go schedcore: Make buildable on !linux 2023-01-05 11:51:04 -08:00
utils_test.go
utils.go runtime: Resolve go static-checks failure 2024-05-21 11:08:59 +01:00