tektoncd/pipeline

Migrate deprecated `sets.{String,Byte,Int,…}` to `sets.Sets[String,…]`

Aperta

#7374 aperta il 16 nov 2023

 (8 commenti) (0 reazioni) (4 assegnatari)Go (1943 fork)auto 404
area/dependencygogood first issuehelp wantedkind/cleanup

Metriche repository

Star
 (9013 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The k8s.io/apimachinery/pkg/util/sets has deprecated the usage of sets.String and its siblings (sets.Byte, …).

Instead, we should use generics, aka sets.Set[string], … see sets.Set.

Guida contributor