Skip to content

Commit

Permalink
chore: remove deprecated rand.Seed() in testing.docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 29, 2024
1 parent 2477f63 commit 7b8595a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@ type dockerImagePullOutput struct {
Progress string `json:"progress"`
}

func init() {
rand.Seed(time.Now().UnixNano())
}

func pseudoRandStr(n int) string {
var letterRunes = []rune("abcdefghijklmnopqrstuvwxyz0123456789")
b := make([]rune, n)
Expand Down

0 comments on commit 7b8595a

Please sign in to comment.