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:
committed by
GitHub
parent
175e0a8c75
commit
b8ad35cb0f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user