diff --git a/cmd/x509-certificate-exporter/main.go b/cmd/x509-certificate-exporter/main.go index 9aa497bf..323c32d0 100644 --- a/cmd/x509-certificate-exporter/main.go +++ b/cmd/x509-certificate-exporter/main.go @@ -2,7 +2,6 @@ package main import ( "fmt" - "math/rand" "net/http" _ "net/http/pprof" "os" @@ -135,7 +134,6 @@ func main() { } } - rand.Seed(time.Now().UnixNano()) err := exporter.ListenAndServe() if err != nil { log.Fatal("failed to start server: ", err)