firecracker-containerd icon indicating copy to clipboard operation
firecracker-containerd copied to clipboard

Resolve SA1019 "github.com/containerd/containerd/pkg/seed" is deprecated lint warnings

Open austinvazquez opened this issue 10 months ago • 0 comments

Resolve the following errors:

firecracker-control/cmd/containerd/main.go:76:2: SA1019: seed.WithTimeAndRand is deprecated: Do not rely on the global seed. (staticcheck)
        seed.WithTimeAndRand()
        ^
firecracker-control/cmd/containerd/main.go:21:2: SA1019: "github.com/containerd/containerd/pkg/seed" is deprecated: Do not rely on the global seed. (staticcheck)
        "github.com/containerd/containerd/pkg/seed"

austinvazquez avatar Mar 14 '25 21:03 austinvazquez