1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Upgrade to go 120 (#523)

This commit is contained in:
Carlos Tadeu Panato Junior
2023-02-06 19:40:46 +01:00
committed by GitHub
parent 175e0a8c75
commit b8ad35cb0f
4 changed files with 24 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ func Flatten(items []interface{}) ([]string, error) {
}
func init() {
rand.Seed(time.Now().UnixNano())
rand.New(rand.NewSource(time.Now().UnixNano())) // nolint: gosec
}
func doFlatten(result []string, items interface{}) ([]string, error) {