diff --git a/kcp/bootstrap/server.go b/kcp/bootstrap/server.go index 69f8463c3..da5e05951 100644 --- a/kcp/bootstrap/server.go +++ b/kcp/bootstrap/server.go @@ -40,7 +40,7 @@ func NewServer(ctx context.Context, config *Config) (*Server, error) { } func (s *Server) Start(ctx context.Context) error { - fakeBatteries := sets.New("") + fakeBatteries := sets.New[string]() logger := klog.FromContext(ctx) if err := bootstrapconfig.Bootstrap(